_XOPEN_SOURCE is not needed in fdopen.c test
authorSzabolcs Nagy <nsz@port70.net>
Fri, 7 Feb 2014 18:36:06 +0000 (19:36 +0100)
committerSzabolcs Nagy <nsz@port70.net>
Fri, 7 Feb 2014 18:36:06 +0000 (19:36 +0100)
src/functional/fdopen.c

index 392a1b1..88f7561 100644 (file)
@@ -1,6 +1,3 @@
-#ifndef _XOPEN_SOURCE
-#define _XOPEN_SOURCE 700
-#endif
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>