1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Adjust for recent input file changes.

This commit is contained in:
Ulrich Drepper
2006-01-09 19:50:01 +00:00
parent ae11e4128c
commit 49783c67c0
10 changed files with 327 additions and 52 deletions

View File

@ -1 +1,8 @@
#include "../../xstat.c"
#include "../../i386/xstat.c"
#ifdef __NR_stat64
# if __ASSUME_STAT64_SYSCALL == 0
/* The variable is shared between all wrappers around *stat{,64} calls. */
int __have_no_stat64;
# endif
#endif