commit | c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Tue Jan 04 22:23:24 2005 +0000 |
committer | rsc <devnull@localhost> | Tue Jan 04 22:23:24 2005 +0000 |
tree | 2e780a8006b025d012cdb8c7efb79584e0fb69b2 | |
parent | 15cd8255b55fdca71e8054e874ffeb077a59b978 [diff] [blame] |
add _threaddaemonize
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index ee26ea6..6368ff5 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h
@@ -123,3 +123,4 @@ extern void _threadsetupdaemonize(void); extern void _threaddodaemonize(char*); extern void _threadpexit(void); +extern void _threaddaemonize(void);