aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-28 01:35:38 +0000
committerrsc <devnull@localhost>2004-12-28 01:35:38 +0000
commit2c87dda8f89e84082523b03b62c5d47d55c13341 (patch)
treeec987f0fc67ac037e3f8e3141429926a611bbc60 /src/libthread/threadimpl.h
parent929fcfe0e3affc81cb02e49c0f1320408ce9260c (diff)
downloadplan9port-2c87dda8f89e84082523b03b62c5d47d55c13341.tar.gz
plan9port-2c87dda8f89e84082523b03b62c5d47d55c13341.tar.bz2
plan9port-2c87dda8f89e84082523b03b62c5d47d55c13341.zip
add threaddaemonize(), more bug fixes
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h
index 164ba978..d4acebeb 100644
--- a/src/libthread/threadimpl.h
+++ b/src/libthread/threadimpl.h
@@ -5,8 +5,6 @@ typedef struct Execjob Execjob;
typedef struct Proc Proc;
typedef struct _Procrendez _Procrendez;
-
-
typedef struct Jmp Jmp;
struct Jmp
{
@@ -106,3 +104,5 @@ extern void _threadunlock(Lock*, ulong);
extern void _pthreadinit(void);
extern int _threadspawn(int*, char*, char**);
extern int _runthreadspawn(int*, char*, char**);
+extern void _threadsetupdaemonize(void);
+extern void _threaddodaemonize(char*);