Down with potentially incorrect duplicate prototypes
Nicholas Clark [Tue, 5 Apr 2005 14:51:05 +0000 (14:51 +0000)]
p4raw-id: //depot/perl@24164

pp_sys.c

index cf188f0..4b7944a 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
 #   include <shadow.h>
 #endif
 
-#ifdef HAS_SYSCALL
-#ifdef __cplusplus
-extern "C" int syscall(unsigned long,...);
-#endif
-#endif
-
 #ifdef I_SYS_WAIT
 # include <sys/wait.h>
 #endif