From ceb27555a1f637c048c7ec65a01f8122c3e79bf3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 13 Jul 1998 10:40:47 +0000 Subject: Update. 1998-07-11 Andreas Jaeger * Examples/ex6.c: Include for usleep. --- linuxthreads/ChangeLog | 4 ++++ linuxthreads/Examples/ex6.c | 1 + 2 files changed, 5 insertions(+) (limited to 'linuxthreads') diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index aef77ed..fb309c7 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +1998-07-11 Andreas Jaeger + + * Examples/ex6.c: Include for usleep. + 1998-06-13 11:04 Andreas Schwab * Examples/ex4.c (main): Use exit, not pthread_exit. diff --git a/linuxthreads/Examples/ex6.c b/linuxthreads/Examples/ex6.c index 32621d3..7853376 100644 --- a/linuxthreads/Examples/ex6.c +++ b/linuxthreads/Examples/ex6.c @@ -2,6 +2,7 @@ #include #include #include +#include void * test_thread (void *v_param) -- cgit v1.1