Skip to content

Commit

Permalink
Define inline as __inline when using -std=c89
Browse files Browse the repository at this point in the history
  • Loading branch information
HiGarfield committed Jan 7, 2025
1 parent c01f289 commit 285be32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process_iterator_freebsd.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#endif

#if defined(__STRICT_ANSI__) || !defined(__STDC_VERSION__) || (__STDC_VERSION__ < 199901L)
#define inline
#define inline __inline
#endif

#include <fcntl.h>
Expand Down

0 comments on commit 285be32

Please sign in to comment.