From: Ulrich Drepper Date: Tue, 10 Feb 1998 20:01:12 +0000 (+0000) Subject: Define __need_FOPEN_MAX, not _STDIO_H, before including X-Git-Tag: glibc-2.16-ports-before-merge~3319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ab963e5ef45e26360d25cace9dbb65e5b115870;p=thirdparty%2Fglibc.git Define __need_FOPEN_MAX, not _STDIO_H, before including . --- diff --git a/sysdeps/standalone/filedesc.h b/sysdeps/standalone/filedesc.h index d6a12a606a3..088c3bbacbd 100644 --- a/sysdeps/standalone/filedesc.h +++ b/sysdeps/standalone/filedesc.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1994, 1997, 1998 Free Software Foundation, Inc. Ported to standalone by Joel Sherrill jsherril@redstone-emh2.army.mil, On-Line Applications Research Corporation. This file is part of the GNU C Library. @@ -26,7 +26,7 @@ #ifndef __FILEDESC_h #define __FILEDESC_h -#define _STDIO_H +#define __need_FOPEN_MAX #include #ifndef __DECLARE_FILE_DESCRIPTORS__