plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b
parent 15cd8255b55fdca71e8054e874ffeb077a59b978
Author: rsc <devnull@localhost>
Date:   Tue,  4 Jan 2005 22:23:24 +0000

add _threaddaemonize

Diffstat:
Msrc/libthread/threadimpl.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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);