diff options
author | rsc <devnull@localhost> | 2005-01-04 22:23:24 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-04 22:23:24 +0000 |
commit | c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b (patch) | |
tree | 2e780a8006b025d012cdb8c7efb79584e0fb69b2 | |
parent | 15cd8255b55fdca71e8054e874ffeb077a59b978 (diff) | |
download | plan9port-c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b.tar.gz plan9port-c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b.tar.bz2 plan9port-c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b.zip |
add _threaddaemonize
-rw-r--r-- | src/libthread/threadimpl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index ee26ea6b..6368ff54 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -123,3 +123,4 @@ extern int _runthreadspawn(int*, char*, char**); extern void _threadsetupdaemonize(void); extern void _threaddodaemonize(char*); extern void _threadpexit(void); +extern void _threaddaemonize(void); |