summaryrefslogtreecommitdiff
path: root/gl/fstat.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-16 11:58:24 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-16 11:58:24 +0100
commit0daee2e0dd9904d9e85044d181553dfab81e426d (patch)
tree325665aecdd94c3cc63e43e24d62e6dde3891978 /gl/fstat.c
parentf9f5a817c619af57d19eb49b9c6091118d6165e2 (diff)
downloadgnutls-0daee2e0dd9904d9e85044d181553dfab81e426d.tar.gz
updated gnulib
Diffstat (limited to 'gl/fstat.c')
-rw-r--r--gl/fstat.c4
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;