ftruncate, fts, lstat, openat, raise: no 'static inline'
[gnulib.git] / lib / lstat.c
index db119a1..97fe6bb 100644 (file)
@@ -35,7 +35,7 @@ typedef int dummy;
 # include <sys/stat.h>
 # undef __need_system_sys_stat_h
 
-static inline int
+static int
 orig_lstat (const char *filename, struct stat *buf)
 {
   return lstat (filename, buf);