diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2018-10-17 16:14:35 +0200 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2018-10-17 16:14:35 +0200 |
| commit | 350decfa4dbb0e9ffe55d057cbdb1e623523cb51 (patch) | |
| tree | 70bcbb30dd628e463a462ab0adc8a9bbd3732fd0 /common | |
| parent | f7c386ce6d432ea1e343509ba99cebe7e4a0a29b (diff) | |
| parent | 4e4b0aba6860f1b4a9c6f3454c31b045aa1f97d8 (diff) | |
Merge pull request #2864 from sghctoma/freebsd-fixes
FreeBSD fixes
Diffstat (limited to 'common')
| -rw-r--r-- | common/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/loop.c b/common/loop.c index 750bee75..82b80017 100644 --- a/common/loop.c +++ b/common/loop.c @@ -1,4 +1,4 @@ -#define _POSIX_C_SOURCE 199309L +#define _POSIX_C_SOURCE 200112L #include <limits.h> #include <string.h> #include <stdbool.h> |
