]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo in feature selection macro use.
authorUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 2010 06:47:31 +0000 (22:47 -0800)
committerUlrich Drepper <drepper@redhat.com>
Thu, 7 Jan 2010 06:47:31 +0000 (22:47 -0800)
ChangeLog
dirent/dirent.h

index 9b1d78bca15242eab2807f7d581d4ff7722339bf..6cbc86d2caafa23e9557b218e889f0c4d637cd39 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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  Maciej W. Rozycki  <macro@codesourcery.com>
 
        [BZ #11115]
index 369ccdc9ee798ca37551f57343ec3eeff90bd933..675deae16abe0bf59b58f65594e920263b3757f9 100644 (file)
@@ -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));