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:
3e58dde
)
Linux has `ftruncate'.
author
Chris Hanson
<org/chris-hanson/cph>
Thu, 29 Jun 1995 23:47:45 +0000
(23:47 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Thu, 29 Jun 1995 23:47:45 +0000
(23:47 +0000)
v7/src/microcode/ux.h
patch
|
blob
|
history
diff --git
a/v7/src/microcode/ux.h
b/v7/src/microcode/ux.h
index 409ace2e72610f8e7a2b3cc12b5813319ff7e631..83b53ba4953220201343480a6708a36d1db6f14e 100644
(file)
--- a/
v7/src/microcode/ux.h
+++ b/
v7/src/microcode/ux.h
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: ux.h,v 1.6
1 1994/02/15 20:04:27
cph Exp $
+$Id: ux.h,v 1.6
2 1995/06/29 23:47:45
cph Exp $
Copyright (c) 1988-94 Massachusetts Institute of Technology
@@
-278,8
+278,9
@@
extern int EXFUN (kill, (pid_t, int));
#define HAVE_VFORK
#ifdef __linux
-#include <sys/time.h>
#define SYSTEM_VARIANT "Linux"
+#include <sys/time.h>
+#define HAVE_FTRUNCATE
#endif
#ifdef _ULTRIX