From: Chris Hanson Date: Thu, 29 Jun 1995 23:47:45 +0000 (+0000) Subject: Linux has `ftruncate'. X-Git-Tag: 20090517-FFI~6228 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=43e40819d20905781f0a5226ee08a881de07f375;p=mit-scheme.git Linux has `ftruncate'. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 409ace2e7..83b53ba49 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -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 #define SYSTEM_VARIANT "Linux" +#include +#define HAVE_FTRUNCATE #endif #ifdef _ULTRIX