summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-11 15:27:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-11 15:27:06 +0000
commitefca5cc673562689e514ffff7cdd6f79da683149 (patch)
tree9977a9f8d2ac57daf4b2eccd97040b786cbd35af /perl.h
parent19848b3fa09ce050a4be1811af91c3670de2759e (diff)
downloadperl-efca5cc673562689e514ffff7cdd6f79da683149.tar.gz
The BeOS waitpid() seems to be broken,
have a wrapper for it. p4raw-id: //depot/perl@13624
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index ace2aac382..dbfadc8bb3 100644
--- a/perl.h
+++ b/perl.h
@@ -1800,6 +1800,11 @@ typedef struct clone_params CLONE_PARAMS;
# define ISHISH "macos classic"
#endif
+#if defined(__BEOS__)
+# include "beos/beosish.h"
+# define ISHISH "beos"
+#endif
+
#ifndef ISHISH
# include "unixish.h"
# define ISHISH "unix"