From: Nicholas Clark Date: Tue, 5 Apr 2005 14:51:05 +0000 (+0000) Subject: Down with potentially incorrect duplicate prototypes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6c0611711f1e672f5a8bc135ac604baafe03a0a;p=p5sagit%2Fp5-mst-13.2.git Down with potentially incorrect duplicate prototypes p4raw-id: //depot/perl@24164 --- diff --git a/pp_sys.c b/pp_sys.c index cf188f0..4b7944a 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -45,12 +45,6 @@ # include #endif -#ifdef HAS_SYSCALL -#ifdef __cplusplus -extern "C" int syscall(unsigned long,...); -#endif -#endif - #ifdef I_SYS_WAIT # include #endif