summaryrefslogtreecommitdiff
path: root/pp_sys.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-04-05 14:51:05 +0000
committerNicholas Clark <nick@ccl4.org>2005-04-05 14:51:05 +0000
commita6c0611711f1e672f5a8bc135ac604baafe03a0a (patch)
tree64a06a78ccf2fb268621e4e95338709f93d562a1 /pp_sys.c
parent2ec6e3854216d77cb1a18ccf45ccd53556415957 (diff)
downloadperl-a6c0611711f1e672f5a8bc135ac604baafe03a0a.tar.gz
Down with potentially incorrect duplicate prototypes
p4raw-id: //depot/perl@24164
Diffstat (limited to 'pp_sys.c')
-rw-r--r--pp_sys.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/pp_sys.c b/pp_sys.c
index cf188f0a49..4b7944a4df 100644
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -45,12 +45,6 @@
# 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