From c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b Mon Sep 17 00:00:00 2001 From: rsc Date: Tue, 4 Jan 2005 22:23:24 +0000 Subject: add _threaddaemonize --- src/libthread/threadimpl.h | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v1.2.3