diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-24 22:47:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-24 22:47:58 +0000 |
commit | 8c4a5f4214b9207332eb42afca35fbab84636fbb (patch) | |
tree | 781d1b83c3d1f475899af61092e7e00504b8415c /io/sys | |
parent | 82780cbee540bc7e61de6eb165d0f3ec7aa9e549 (diff) | |
download | glibc-8c4a5f4214b9207332eb42afca35fbab84636fbb.zip glibc-8c4a5f4214b9207332eb42afca35fbab84636fbb.tar.gz glibc-8c4a5f4214b9207332eb42afca35fbab84636fbb.tar.bz2 |
* io/sys/stat.h: The lstat functions have been mandatory since 2001.
Diffstat (limited to 'io/sys')
-rw-r--r-- | io/sys/stat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/sys/stat.h b/io/sys/stat.h index 4b21a2e..98b950d 100644 --- a/io/sys/stat.h +++ b/io/sys/stat.h @@ -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. */ |