* io/sys/stat.h: Make sure struct timespec is defined for
authorUlrich Drepper <drepper@redhat.com>
Thu, 10 May 2007 22:58:45 +0000 (22:58 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 10 May 2007 22:58:45 +0000 (22:58 +0000)
__USE_ATFILE.

ChangeLog
io/sys/stat.h

index aa65ec6..3e8edaa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-05-10  Ulrich Drepper  <drepper@redhat.com>
 
+       * io/sys/stat.h: Make sure struct timespec is defined for
+       __USE_ATFILE.
+
        * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and
        UTIME_OMIT.
        * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
index 2ffa4fc..e90eafd 100644 (file)
 
 #include <bits/types.h>                /* For __mode_t and __dev_t.  */
 
-#if defined __USE_XOPEN || defined __USE_XOPEN2K || defined __USE_MISC
+#if defined __USE_XOPEN || defined __USE_XOPEN2K || defined __USE_MISC \
+         || __USE_ATFILE
 # if defined __USE_XOPEN || defined __USE_XOPEN2K
 #  define __need_time_t
 # endif
-# ifdef __USE_MISC
+# if defined __USE_MISC || defined __USE_ATFILE
 #  define __need_timespec
 # endif
 # include <time.h>             /* For time_t resp. timespec.  */