dup, execute, fatal-signal, etc.: no 'static inline'
[gnulib.git] / lib / fopen.c
index c17c73f..3408192 100644 (file)
@@ -26,7 +26,7 @@
 #include <stdio.h>
 #undef __need_FILE
 
-static inline FILE *
+static FILE *
 orig_fopen (const char *filename, const char *mode)
 {
   return fopen (filename, mode);