]> 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)
committerPetr Baudis <pasky@ucw.cz>
Mon, 18 Jan 2010 16:58:38 +0000 (17:58 +0100)
(cherry picked from commit 44dcc00292b965b3b6bff8415175d6a3e290aab7)

ChangeLog
dirent/dirent.h

index e5d41e6a740df084caa4f74bcebf3dd278fab61d..df018f2bc0d7fa96db2f1dba1d940e78353c39b2 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  Ulrich Drepper  <drepper@redhat.com>
 
        * include/link.h (struct link_map): Move l_used into its own word.
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));