loop: bump required POSIX version for poll()

This commit is contained in:
Jan Beich 2019-05-20 16:38:19 +00:00 committed by Simon Ser
parent 183d1bd549
commit 45c587e93c

2
loop.c
View File

@ -1,4 +1,4 @@
#define _POSIX_C_SOURCE 200112L
#define _POSIX_C_SOURCE 200809L
#include <limits.h>
#include <string.h>
#include <stdbool.h>