summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorAndy Broad <andy@broad.ology.org.uk>2015-09-14 10:28:14 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-09-16 07:44:30 -0400
commita843b009aecc0fdd377763bdaee3521fc77b160c (patch)
tree7a5aac7cdf3d8dbb2f09d6a87e85a84a83d6dd86 /unixish.h
parentef2467ad52d6d3d5c8086ea82c0de73f7b6f3c93 (diff)
downloadperl-a843b009aecc0fdd377763bdaee3521fc77b160c.tar.gz
amigaos4: declare the amigaos protos in amigaos.h
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h3
1 files changed, 0 insertions, 3 deletions
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() \