open.c (_XOPEN_SOURCE): Removed.

2002-05-30  H.J. Lu  (hjl@gnu.org)

	* libI77/open.c (_XOPEN_SOURCE): Removed.

From-SVN: r54069
This commit is contained in:
H.J. Lu 2002-05-30 20:46:53 +00:00 committed by H.J. Lu
parent 91f0fcee22
commit 76ae32d753
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2002-05-30 H.J. Lu (hjl@gnu.org)
* libI77/open.c (_XOPEN_SOURCE): Removed.
Mon May 20 13:03:54 2002 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* libF77/Makefile.in (SHELL): Set to @SHELL@.

View File

@ -1,6 +1,3 @@
/* Define _XOPEN_SOURCE to get tempnam prototype with glibc et al --
more general than _INCLUDE_XOPEN_SOURCE used elsewhere `for HP-UX'. */
#define _XOPEN_SOURCE 1
#include "config.h"
#include "f2c.h"
#include "fio.h"