diff options
| author | rsc <devnull@localhost> | 2003-11-24 22:39:06 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2003-11-24 22:39:06 +0000 |
| commit | 912fba95e74c7631352bc5007249d75e720bbcdf (patch) | |
| tree | b9c86c0c38c71d742ffd3990706f380f8263fd8d /src/lib9/ffork-pthread.c | |
| parent | 2db9e4821d8ae4889e63e5bb205b04eccb7af405 (diff) | |
| download | plan9port-912fba95e74c7631352bc5007249d75e720bbcdf.tar.gz plan9port-912fba95e74c7631352bc5007249d75e720bbcdf.zip | |
Changes for Mac OS X. Most important is stack sizes in samterm,
which were completely bogus. (Libthread used to ignore them but
not anymore. Maybe we really should ignore them, but that breaks
Venti, which needs *really* big stacks.)
Diffstat (limited to 'src/lib9/ffork-pthread.c')
| -rw-r--r-- | src/lib9/ffork-pthread.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib9/ffork-pthread.c b/src/lib9/ffork-pthread.c index 189ac94f..397f8aa6 100644 --- a/src/lib9/ffork-pthread.c +++ b/src/lib9/ffork-pthread.c @@ -1,4 +1,6 @@ -#include <lib9.h> +#define NOPLAN9DEFINES +#include <u.h> +#include <libc.h> #include <pthread.h> extern int __isthreaded; |
