open.c (_XOPEN_SOURCE): Define.
1998-10-12 Dave Love <fx@gnu.org> * libI77/open.c (_XOPEN_SOURCE): Define. From-SVN: r23015
This commit is contained in:
parent
724f93e7c0
commit
5ddbf40f38
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
1998-10-12 Dave Love <fx@gnu.org>
|
||||
|
||||
* libI77/open.c (_XOPEN_SOURCE): Define.
|
||||
|
||||
1998-10-12 Dave Love <fx@gnu.org>
|
||||
|
||||
* Makefile.in (.SUFFIXES): Don't use any.
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
/* 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 "f2c.h"
|
||||
#include "fio.h"
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue