diff options
author | Andy Broad <andy@broad.ology.org.uk> | 2015-09-14 10:28:14 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2015-09-16 07:44:30 -0400 |
commit | a843b009aecc0fdd377763bdaee3521fc77b160c (patch) | |
tree | 7a5aac7cdf3d8dbb2f09d6a87e85a84a83d6dd86 /unixish.h | |
parent | ef2467ad52d6d3d5c8086ea82c0de73f7b6f3c93 (diff) | |
download | perl-a843b009aecc0fdd377763bdaee3521fc77b160c.tar.gz |
amigaos4: declare the amigaos protos in amigaos.h
Diffstat (limited to 'unixish.h')
-rw-r--r-- | unixish.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -136,9 +136,6 @@ int afstat(int fd, struct stat *statb); #define Mkdir(path,mode) mkdir((path),(mode)) #if defined(__amigaos4__) -void amigaos4_init_fork_array(); -void amigaos4_dispose_fork_array(); -void amigaos4_init_environ_sema(); # define PERL_SYS_INIT_BODY(c,v) \ MALLOC_CHECK_TAINT2(*c,*v) PERL_FPU_INIT; PERLIO_INIT; MALLOC_INIT; amigaos4_init_fork_array(); amigaos4_init_environ_sema(); # define PERL_SYS_TERM_BODY() \ |