aboutsummaryrefslogtreecommitdiff
path: root/common/loop.c
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-17 16:14:35 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-10-17 16:14:35 +0200
commit350decfa4dbb0e9ffe55d057cbdb1e623523cb51 (patch)
tree70bcbb30dd628e463a462ab0adc8a9bbd3732fd0 /common/loop.c
parentf7c386ce6d432ea1e343509ba99cebe7e4a0a29b (diff)
parent4e4b0aba6860f1b4a9c6f3454c31b045aa1f97d8 (diff)
Merge pull request #2864 from sghctoma/freebsd-fixes
FreeBSD fixes
Diffstat (limited to 'common/loop.c')
-rw-r--r--common/loop.c2
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>