projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724f93e
)
open.c (_XOPEN_SOURCE): Define.
author
Dave Love
<fx@gnu.org>
Mon, 12 Oct 1998 11:09:53 +0000
(11:09 +0000)
committer
Dave Love
<fx@gcc.gnu.org>
Mon, 12 Oct 1998 11:09:53 +0000
(11:09 +0000)
1998-10-12 Dave Love <fx@gnu.org>
* libI77/open.c (_XOPEN_SOURCE): Define.
From-SVN: r23015
libf2c/ChangeLog
patch
|
blob
|
history
libf2c/libI77/open.c
patch
|
blob
|
history
diff --git
a/libf2c/ChangeLog
b/libf2c/ChangeLog
index 6b2e3e0dfa1fab22b8fff1578fa932c3f1c4e83e..40728f00ffc42abaf1895ac424953d055cd06b32 100644
(file)
--- a/
libf2c/ChangeLog
+++ b/
libf2c/ChangeLog
@@
-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.
diff --git
a/libf2c/libI77/open.c
b/libf2c/libI77/open.c
index ad039f6d895ac22afed4522cfc687d0a00e3bd47..7c8f3ded7ac529fa3446027c2d076c13618e93c3 100644
(file)
--- a/
libf2c/libI77/open.c
+++ b/
libf2c/libI77/open.c
@@
-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>