linux: fix build when compiling with -std=c89 -pedantic
This commit is contained in:
parent
92c9e95721
commit
96c230344d
@ -27,6 +27,10 @@
|
||||
|
||||
#include <stddef.h> /* offsetof */
|
||||
|
||||
#if __STRICT_ANSI__
|
||||
# define inline __inline
|
||||
#endif
|
||||
|
||||
#undef HAVE_FUTIMES
|
||||
#undef HAVE_PIPE2
|
||||
#undef HAVE_ACCEPT4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user