diff options
author | Geoffrey Keating <geoffk@apple.com> | 2006-11-03 03:11:50 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2006-11-03 03:11:50 +0000 |
commit | 502e2a2d248f3e25eb41d2a37fb289faf7baf762 (patch) | |
tree | b17aba423784478af9bcabd9bda2a2c51b24007c /fixincludes/tests/base/sys/stat.h | |
parent | a8a51a978406039dd8cfedf598a1712f7347f1e8 (diff) | |
download | gcc-502e2a2d248f3e25eb41d2a37fb289faf7baf762.tar.gz |
inclhack.def (glibc_c99_inline_1): New.
* inclhack.def (glibc_c99_inline_1): New.
* inclhack.def (glibc_c99_inline_2): New.
* inclhack.def (glibc_c99_inline_3): New.
* inclhack.def (glibc_c99_inline_4): New.
* fixincl.x: Regenerate.
* tests/base/bits/string2.h: New.
* tests/base/sys/sysmacros.h: New.
* tests/base/sys/stat.h: Update.
From-SVN: r118449
Diffstat (limited to 'fixincludes/tests/base/sys/stat.h')
-rw-r--r-- | fixincludes/tests/base/sys/stat.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fixincludes/tests/base/sys/stat.h b/fixincludes/tests/base/sys/stat.h index c2b2fb6d564..51fe835d3a6 100644 --- a/fixincludes/tests/base/sys/stat.h +++ b/fixincludes/tests/base/sys/stat.h @@ -14,6 +14,20 @@ #endif /* ALPHA___EXTERN_PREFIX_SYS_STAT_CHECK */ +#if defined( GLIBC_C99_INLINE_2_CHECK ) +#if __STDC_VERSION__ < 199901L +extern +#endif +__inline__ int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2)); +#if __STDC_VERSION__ < 199901L +extern +#endif +__inline__ int +__NTH (fstat64 (int __fd, struct stat64 *__statbuf)) +{} +#endif /* GLIBC_C99_INLINE_2_CHECK */ + + #if defined( RS6000_FCHMOD_CHECK ) extern int fchmod(int, mode_t); #endif /* RS6000_FCHMOD_CHECK */ |