From 8ed0d0c8f8756cf56c1d8fbfbe81b72843cb0061 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 19 Nov 1997 22:55:40 +0000 Subject: [PATCH] Don't use _POSIX_SOURCE in header. --- libio/stdio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libio/stdio.h b/libio/stdio.h index 02d07688b51..cb254f618ef 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -176,7 +176,7 @@ extern int obstack_printf __P ((struct obstack *__obstack, __const char *__fmt, ...)); #endif -#if !defined(__STRICT_ANSI__) || defined(_POSIX_SOURCE) +#if !defined(__STRICT_ANSI__) || defined(__USE_POSIX) extern FILE *fdopen __P ((int, __const char *)); extern int fileno __P ((FILE*)); extern FILE* popen __P ((__const char*, __const char*)); -- 2.47.2