tools: remove remaining POSIX_C_SOURCE
authorJean Privat <jean@pryen.org>
Tue, 14 Feb 2012 19:11:46 +0000 (14:11 -0500)
committerJean Privat <jean@pryen.org>
Wed, 15 Feb 2012 19:59:58 +0000 (14:59 -0500)
Signed-off-by: Jean Privat <jean@pryen.org>

c_src/file_nit.c
lib/standard/file_nit.c

index 44c0558..e38a384 100644 (file)
@@ -13,7 +13,6 @@
  * another product.
  */
 
-#define _POSIX_C_SOURCE 1
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/stat.h>
index 2ce41d3..f9c5654 100644 (file)
@@ -13,7 +13,6 @@
  * another product.
  */
 
-#define _POSIX_C_SOURCE 1
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/stat.h>