diff options
author | rsc <devnull@localhost> | 2004-12-28 01:35:38 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-12-28 01:35:38 +0000 |
commit | 2c87dda8f89e84082523b03b62c5d47d55c13341 (patch) | |
tree | ec987f0fc67ac037e3f8e3141429926a611bbc60 /include | |
parent | 929fcfe0e3affc81cb02e49c0f1320408ce9260c (diff) | |
download | plan9port-2c87dda8f89e84082523b03b62c5d47d55c13341.tar.gz plan9port-2c87dda8f89e84082523b03b62c5d47d55c13341.tar.bz2 plan9port-2c87dda8f89e84082523b03b62c5d47d55c13341.zip |
add threaddaemonize(), more bug fixes
Diffstat (limited to 'include')
-rw-r--r-- | include/thread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/thread.h b/include/thread.h index 7ba96e67..84adb220 100644 --- a/include/thread.h +++ b/include/thread.h @@ -22,6 +22,11 @@ _Thread *_threadwakeup(Rendez*); #define yield threadyield /* + * daemonize + */ +void threaddaemonize(void); + +/* * per proc and thread data */ void **procdata(void); |