diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-12-16 11:58:24 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-12-16 11:58:24 +0100 |
commit | 0daee2e0dd9904d9e85044d181553dfab81e426d (patch) | |
tree | 325665aecdd94c3cc63e43e24d62e6dde3891978 /gl/fstat.c | |
parent | f9f5a817c619af57d19eb49b9c6091118d6165e2 (diff) | |
download | gnutls-0daee2e0dd9904d9e85044d181553dfab81e426d.tar.gz |
updated gnulib
Diffstat (limited to 'gl/fstat.c')
-rw-r--r-- | gl/fstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gl/fstat.c b/gl/fstat.c index 6d5f5c2b6f..0418cc63b1 100644 --- a/gl/fstat.c +++ b/gl/fstat.c @@ -31,7 +31,7 @@ #endif #undef __need_system_sys_stat_h -static inline int +static int orig_fstat (int fd, struct stat *buf) { return fstat (fd, buf); @@ -51,7 +51,7 @@ orig_fstat (int fd, struct stat *buf) #endif #if HAVE_MSVC_INVALID_PARAMETER_HANDLER -static inline int +static int fstat_nothrow (int fd, struct stat *buf) { int result; |