plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit b32d9d9c2e07681450a7ea1801b07e5727fa39e2
parent 845f6bce384affec3885e34dcb0358fb6653017f
Author: Russ Cox <rsc@swtch.com>
Date:   Thu, 28 Feb 2008 08:49:34 -0500

libthread: remove bogus write in threadmain

Diffstat:
Msrc/libthread/thread.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/libthread/thread.c b/src/libthread/thread.c @@ -669,7 +669,6 @@ main(int argc, char **argv) argv0 = argv[0]; - write(1, "", 0); if(getenv("NOLIBTHREADDAEMONIZE") == nil) _threadsetupdaemonize();