Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
linux: fix build when compiling with -std=c89 -pedantic
  • Loading branch information
bnoordhuis committed Nov 23, 2011
1 parent 92c9e95 commit 96c2303
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/unix/internal.h
Expand Up @@ -27,6 +27,10 @@

#include <stddef.h> /* offsetof */

#if __STRICT_ANSI__
# define inline __inline
#endif

#undef HAVE_FUTIMES
#undef HAVE_PIPE2
#undef HAVE_ACCEPT4
Expand Down

0 comments on commit 96c2303

Please sign in to comment.