projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca6b44
)
OSF does not have truncate, apparently.
author
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sat, 29 Aug 1992 13:36:41 +0000
(13:36 +0000)
committer
Guillermo J. Rozas
<edu/mit/csail/zurich/gjr>
Sat, 29 Aug 1992 13:36:41 +0000
(13:36 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 93130552c1508541680e0a75dc2f8d111b733744..65b15a60b67c7ef5307f9224037c1897f38573b3 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.3
5 1992/08/29 13:08:29
jinx Exp $
+$Id: ux.h,v 1.3
6 1992/08/29 13:36:41
jinx Exp $
Copyright (c) 1988-1992 Massachusetts Institute of Technology
@@
-349,7
+349,9
@@
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
#define HAVE_SIGCONTEXT
#define HAVE_SOCKETS
#define HAVE_SYMBOLIC_LINKS
+#ifndef __osf__
#define HAVE_TRUNCATE
+#endif
#define HAVE_UNIX_SOCKETS
#define HAVE_VFORK