Skip to content

Commit

Permalink
Fix typo in feature selection macro use.
Browse files Browse the repository at this point in the history
(cherry picked from commit 44dcc00)
  • Loading branch information
Ulrich Drepper authored and Petr Baudis committed Jan 18, 2010
1 parent 7b35a40 commit 2dfab6c
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2010-01-06 Ulrich Drepper <drepper@redhat.com>

* dirent/dirent.h: Fix typo in feature selection macro use.

2009-12-15 Ulrich Drepper <drepper@redhat.com>

* include/link.h (struct link_map): Move l_used into its own word.
4 changes: 2 additions & 2 deletions dirent/dirent.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright (C) 1991-2000, 2003-2005, 2009 Free Software Foundation, Inc.
/* Copyright (C) 1991-2000,2003-2005,2009,2010 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -218,7 +218,7 @@ extern void seekdir (DIR *__dirp, long int __pos) __THROW __nonnull ((1));
extern long int telldir (DIR *__dirp) __THROW __nonnull ((1));
#endif

#if defined __USE_BSD || defined __USE_MISC || defined __XOPEN_2K8
#if defined __USE_BSD || defined __USE_MISC || defined __XOPEN2K8

/* Return the file descriptor used by DIRP. */
extern int dirfd (DIR *__dirp) __THROW __nonnull ((1));

0 comments on commit 2dfab6c

Please sign in to comment.