Linux has `ftruncate'.
authorChris Hanson <org/chris-hanson/cph>
Thu, 29 Jun 1995 23:47:45 +0000 (23:47 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 29 Jun 1995 23:47:45 +0000 (23:47 +0000)
v7/src/microcode/ux.h

index 409ace2e72610f8e7a2b3cc12b5813319ff7e631..83b53ba4953220201343480a6708a36d1db6f14e 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Id: ux.h,v 1.61 1994/02/15 20:04:27 cph Exp $
+$Id: ux.h,v 1.62 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