projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2e1317
)
choose-temp.c: Delete !defined(_WIN32) condition when including sys/file.h (NO_SYS_FI...
author
Doug Evans
<dje@gnu.org>
Sun, 18 Aug 1996 01:43:58 +0000
(
01:43
+0000)
committer
Doug Evans
<dje@gnu.org>
Sun, 18 Aug 1996 01:43:58 +0000
(
01:43
+0000)
* choose-temp.c: Delete !defined(_WIN32) condition when including
sys/file.h (NO_SYS_FILE_H is still used).
From-SVN: r12657
gcc/choose-temp.c
patch
|
blob
|
history
diff --git
a/gcc/choose-temp.c
b/gcc/choose-temp.c
index b687729e2f6b939a4edbdfb568a0b321e25e6fc9..0383832a3b6a31d85e9f15c1e916eb66a6f5726f 100644
(file)
--- a/
gcc/choose-temp.c
+++ b/
gcc/choose-temp.c
@@
-22,7
+22,7
@@
Boston, MA 02111-1307, USA. */
/* This file lives in at least two places: libiberty and gcc.
Don't change one without the other. */
-#if
! defined (_WIN32) && ! defined (NO_SYS_FILE_H)
+#if
ndef NO_SYS_FILE_H
#include <sys/types.h>
#include <sys/file.h> /* May get R_OK, etc. on some systems. */
#endif