aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-01-04 22:23:24 +0000
committerrsc <devnull@localhost>2005-01-04 22:23:24 +0000
commitc7acb53e0384f6b091fdfea3c74c4034d9f4cf1b (patch)
tree2e780a8006b025d012cdb8c7efb79584e0fb69b2 /src
parent15cd8255b55fdca71e8054e874ffeb077a59b978 (diff)
downloadplan9port-c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b.tar.gz
plan9port-c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b.tar.bz2
plan9port-c7acb53e0384f6b091fdfea3c74c4034d9f4cf1b.zip
add _threaddaemonize
Diffstat (limited to 'src')
-rw-r--r--src/libthread/threadimpl.h1
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);