Fix _POSIX_C_SOURCE : 199309L to 200809L

Signed-off-by: Tifaifai Maupiti <tifaifai.maupiti@gmail.com>
pull/692/merge
Tifaifai Maupiti 8 years ago committed by Roger Light
parent 5ff8127f44
commit 4fc90248c5

@ -14,7 +14,7 @@ Contributors:
Roger Light - initial implementation and documentation.
*/
#define _POSIX_C_SOURCE 199309L
#define _POSIX_C_SOURCE 200809L
#include <assert.h>
#include <errno.h>

Loading…
Cancel
Save