commit c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b from: rsc date: Tue Jan 04 22:23:24 2005 UTC add _threaddaemonize commit - 15cd8255b55fdca71e8054e874ffeb077a59b978 commit + c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b blob - ee26ea6bb6b27f0f9315e4f629b7fe1164189cde blob + 6368ff5482f98fdf23e9f0015563d712af736d0f --- src/libthread/threadimpl.h +++ 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);