fflush, stat: no 'static inline'
[gnulib.git] / lib / stat.c
index 7599540..c0bcb88 100644 (file)
@@ -42,7 +42,7 @@
 # endif
 #endif
 
-static inline int
+static int
 orig_stat (const char *filename, struct stat *buf)
 {
   return stat (filename, buf);