From 7b004ab55fd9e6e89d4b38bf78f2ff3a71a91fad Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Sun, 18 Aug 1996 01:29:32 +0000 Subject: protoize.c: Update test for win32 (&& ! cygwin32). * protoize.c: Update test for win32 (&& ! cygwin32). (kill): Delete decl. From-SVN: r12650 --- gcc/protoize.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/protoize.c') diff --git a/gcc/protoize.c b/gcc/protoize.c index 7cc0b0a..4c77c56 100644 --- a/gcc/protoize.c +++ b/gcc/protoize.c @@ -65,7 +65,7 @@ Boston, MA 02111-1307, USA. */ #include #include #include -#ifndef _WIN32 +#if ! defined (_WIN32) || defined (__CYGWIN32__) #if defined(POSIX) || defined(CONCURRENT) #include #else @@ -181,9 +181,6 @@ typedef char * const_pointer_type; typedef void voidfn (); extern VOLATILE voidfn abort; #endif -#ifndef _WIN32 -extern int kill (); -#endif extern int creat (); #if 0 /* These conflict with stdio.h on some systems. */ extern int fprintf (FILE *, const char *, ...); -- cgit v1.1