diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-11 15:27:06 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-11 15:27:06 +0000 |
commit | a1df67a20d83d4f6931af30a903fed48c7ce86d1 (patch) | |
tree | 9977a9f8d2ac57daf4b2eccd97040b786cbd35af /perl.h | |
parent | 6b90cb83cde5476cece701654b7bb63ae18d3e73 (diff) | |
download | perl-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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" |