* io/sys/stat.h: The lstat functions have been mandatory since 2001.
authorUlrich Drepper <drepper@redhat.com>
Tue, 24 Feb 2009 22:47:58 +0000 (22:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 24 Feb 2009 22:47:58 +0000 (22:47 +0000)
ChangeLog
io/sys/stat.h
nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h

index aff3e724253f859bd992109dad8aa59c65313481..204d9964d65a14ff6871d31ec758a8aad87e3305 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-02-24  Ulrich Drepper  <drepper@redhat.com>
 
+       * io/sys/stat.h: The lstat functions have been mandatory since 2001.
+
        * time/tzset.c (tzset_internal): Correct parsing of TZ envvar.
 
 2009-02-22  Ulrich Drepper  <drepper@redhat.com>
index 4b21a2e1cef776b6d0388d675b07fbded3bb52c0..98b950d5f2d8ed4233dca6dd885096dd72011852 100644 (file)
@@ -254,7 +254,7 @@ extern int fstatat64 (int __fd, __const char *__restrict __file,
      __THROW __nonnull ((2, 3));
 #endif
 
-#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
+#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED || defined __USE_XOPEN2K
 # ifndef __USE_FILE_OFFSET64
 /* Get file attributes about FILE and put them in BUF.
    If FILE is a symbolic link, do not follow it.  */
index 06d35ceb16036968001975eb124ed6f6f6a02b20..5724fa33a3356e49455fdef442a53842530a5e01 100644 (file)
@@ -1,5 +1,5 @@
 /* Define POSIX options for Linux.
-   Copyright (C) 1996-2004, 2006, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1996-2004, 2006, 2008, 2009 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
@@ -17,8 +17,8 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
-#ifndef        _POSIX_OPT_H
-#define        _POSIX_OPT_H    1
+#ifndef        _BITS_POSIX_OPT_H
+#define        _BITS_POSIX_OPT_H       1
 
 /* Job control is supported.  */
 #define        _POSIX_JOB_CONTROL      1
 /* Typed memory objects are not available.  */
 #define _POSIX_TYPED_MEMORY_OBJECTS    -1
 
-#endif /* posix_opt.h */
+#endif /* bits/posix_opt.h */