tlibthread: remove bogus write in threadmain - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit b32d9d9c2e07681450a7ea1801b07e5727fa39e2 | |
parent 845f6bce384affec3885e34dcb0358fb6653017f | |
Author: Russ Cox | |
Date: Thu, 28 Feb 2008 08:49:34 -0500 libthread: remove bogus write in threadmain Diffstat: M src/libthread/thread.c | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) --- | |
diff --git a/src/libthread/thread.c b/src/libthread/thread.c | |
t@@ -669,7 +669,6 @@ main(int argc, char **argv) argv0 = argv[0]; - write(1, "", 0); if(getenv("NOLIBTHREADDAEMONIZE") == nil) _threadsetupdaemonize(); |