From a843b009aecc0fdd377763bdaee3521fc77b160c Mon Sep 17 00:00:00 2001 From: Andy Broad Date: Mon, 14 Sep 2015 10:28:14 -0400 Subject: amigaos4: declare the amigaos protos in amigaos.h --- unixish.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'unixish.h') diff --git a/unixish.h b/unixish.h index 0c7de45744..69b0eb936b 100644 --- a/unixish.h +++ b/unixish.h @@ -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() \ -- cgit v1.2.1