Define __need_FOPEN_MAX, not _STDIO_H, before including

<bits/stdio_lim.h>.
This commit is contained in:
Ulrich Drepper 1998-02-10 20:01:12 +00:00
parent 028502bf1e
commit 9ab963e5ef
1 changed files with 2 additions and 2 deletions

View File

@ -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 <bits/stdio_lim.h>
#ifndef __DECLARE_FILE_DESCRIPTORS__