Make work under cygwin with -mno-cygwin.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
$Id: iso-read.c,v 1.3 2004/02/29 16:02:48 rocky Exp $
|
$Id: iso-read.c,v 1.4 2004/03/11 01:01:15 rocky Exp $
|
||||||
|
|
||||||
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
|
||||||
|
|
||||||
@@ -44,6 +44,10 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined ( WIN32 )
|
||||||
|
#define ftruncate chsize
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Used by `main' to communicate with `parse_opt'. And global options
|
/* Used by `main' to communicate with `parse_opt'. And global options
|
||||||
*/
|
*/
|
||||||
struct arguments
|
struct arguments
|
||||||
|
|||||||
Reference in New Issue
Block a user