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