tlibthread: remove bogus write in threadmain - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b32d9d9c2e07681450a7ea1801b07e5727fa39e2
 (DIR) parent 845f6bce384affec3885e34dcb0358fb6653017f
 (HTM) Author: Russ Cox <rsc@swtch.com>
       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(-)
       ---
 (DIR) 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();