projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2ec6e38
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pp_sys.c
b/pp_sys.c
index
cf188f0
..
4b7944a
100644
(file)
--- 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