From 8c4a5f4214b9207332eb42afca35fbab84636fbb Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 24 Feb 2009 22:47:58 +0000 Subject: * io/sys/stat.h: The lstat functions have been mandatory since 2001. --- io/sys/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io/sys/stat.h') diff --git a/io/sys/stat.h b/io/sys/stat.h index 4b21a2e1ce..98b950d5f2 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. */ -- cgit 1.4.1