diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-10-17 16:14:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-17 16:14:35 +0200 |
commit | 46dafbf74a164fadf6de41c556d5cfc8a2fcee14 (patch) | |
tree | 70bcbb30dd628e463a462ab0adc8a9bbd3732fd0 /common | |
parent | e46c3ffbc9f3cf51f08b3b9a0ae1c62e7ddd0a9a (diff) | |
parent | af2cfa52211d59ecfb6e3ccd9be4c7ccbd920268 (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> |