diff options
Diffstat (limited to 'perl-install/c/stuff.xs.pm')
-rw-r--r-- | perl-install/c/stuff.xs.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index 2f4d4efe6..93a9e8ab3 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -106,6 +106,10 @@ lseek_sector(fd, sector, offset) void setsid() +void +_exit(status) + int status + int detectSMP() |