X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffstat.c;h=0418cc63b1e80b7ec195a262e3e2ec98f6cb9806;hb=bdaf232;hp=6d5f5c2b6ffc02a4e91a237ae6694802572752b0;hpb=96269bbd2c9c35940341c978261587bdf3bcda78;p=gnulib.git diff --git a/lib/fstat.c b/lib/fstat.c index 6d5f5c2b6..0418cc63b 100644 --- a/lib/fstat.c +++ b/lib/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;