This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 2.0.x patches


Ulrich Drepper <drepper@cygnus.com> writes:

|> Please give it a try.  I've added to the `make check' pass in the last
|> minute the 5 test programs coming with LinuxThreads plus the test
|> Thorsten sent once.  It should work but who knows.

Please apply this patch to the linuxthreads tests.  Otherwise the streams
won't be flushed.

--- libc/linuxthreads/Examples/ex4.c.~1~	Wed Jul  8 10:31:01 1998
+++ libc/linuxthreads/Examples/ex4.c	Wed Jul  8 10:33:10 1998
@@ -103,5 +103,5 @@
   printf("Thread %lx: \"%s\"\n", pthread_self(), res);
   pthread_join(th1, NULL);
   pthread_join(th2, NULL);
-  pthread_exit(NULL);
+  exit(0);
 }


-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]