mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
.
This commit is contained in:
parent
776356486d
commit
8b7bdd8b88
@ -25,8 +25,6 @@
|
||||
|
||||
* io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,
|
||||
define fstatat to fstatat64.
|
||||
(fstatat64): Only provide prototype if __USE_LARGEFILE64,
|
||||
similarly with the inline.
|
||||
|
||||
2005-11-17 Steven Munroe <sjmunroe@us.ibm.com>
|
||||
|
||||
|
@ -245,10 +245,8 @@ extern int __REDIRECT_NTH (fstatat, (int __fd, __const char *__file,
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# ifdef __USE_LARGEFILE64
|
||||
extern int fstatat64 (int __fd, __const char *__file, struct stat64 *__buf,
|
||||
int __flag) __THROW __nonnull ((2, 3));
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
|
||||
|
Loading…
Reference in New Issue
Block a user