aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/pthread.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-12-28 03:42:11 +0000
committerrsc <devnull@localhost>2004-12-28 03:42:11 +0000
commit93eb807ac2b7c23cae2b0999957532b5b666f437 (patch)
tree22b181659fc901d7d87ae0af0f6f69cdaa22c57b /src/libthread/pthread.c
parentf5ff4947dd510fa5b6ab6fc71ce2515a313402ce (diff)
downloadplan9port-93eb807ac2b7c23cae2b0999957532b5b666f437.tar.gz
plan9port-93eb807ac2b7c23cae2b0999957532b5b666f437.tar.bz2
plan9port-93eb807ac2b7c23cae2b0999957532b5b666f437.zip
remove debugging
Diffstat (limited to 'src/libthread/pthread.c')
-rw-r--r--src/libthread/pthread.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libthread/pthread.c b/src/libthread/pthread.c
index 2ddd8c72..c1804a43 100644
--- a/src/libthread/pthread.c
+++ b/src/libthread/pthread.c
@@ -130,3 +130,9 @@ _pthreadinit(void)
pthread_key_create(&prockey, 0);
}
+void
+threadexitsall(char *msg)
+{
+ exits(msg);
+}
+