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
commita1df67a20d83d4f6931af30a903fed48c7ce86d1 (patch)
tree9977a9f8d2ac57daf4b2eccd97040b786cbd35af /perl.h
parent6b90cb83cde5476cece701654b7bb63ae18d3e73 (diff)
downloadperl-a1df67a20d83d4f6931af30a903fed48c7ce86d1.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"