tadd _threaddaemonize - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b
(DIR) parent 15cd8255b55fdca71e8054e874ffeb077a59b978
(HTM) Author: rsc <devnull@localhost>
Date: Tue, 4 Jan 2005 22:23:24 +0000
add _threaddaemonize
Diffstat:
M src/libthread/threadimpl.h | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h
t@@ -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);