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 | efca5cc673562689e514ffff7cdd6f79da683149 (patch) | |
tree | 9977a9f8d2ac57daf4b2eccd97040b786cbd35af /perl.h | |
parent | 19848b3fa09ce050a4be1811af91c3670de2759e (diff) | |
download | perl-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.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" |