From 881776f72bed4782cf9d6eba5522bce0c955a3ba Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Mon, 22 Apr 2013 11:39:42 +0200 Subject: [PATCH] Declare obsolete POSIX declarations. --- libc/include/features.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/include/features.h b/libc/include/features.h index 3cdcd4b2..58fcfd10 100644 --- a/libc/include/features.h +++ b/libc/include/features.h @@ -95,7 +95,7 @@ #endif /* TODO: Improve these declarations, perhaps like they are in glibc. */ -#define __POSIX_NO_OBSOLETE +/*#define __POSIX_NO_OBSOLETE*/ #ifdef __POSIX_NO_OBSOLETE #define __POSIX_OBSOLETE 999999L