diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-04-05 14:51:05 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-04-05 14:51:05 +0000 |
commit | a6c0611711f1e672f5a8bc135ac604baafe03a0a (patch) | |
tree | 64a06a78ccf2fb268621e4e95338709f93d562a1 /pp_sys.c | |
parent | 2ec6e3854216d77cb1a18ccf45ccd53556415957 (diff) | |
download | perl-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.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |