Fixed typo.
authorAndreas Jaeger <aj@suse.de>
Wed, 21 Jun 2000 19:34:35 +0000 (19:34 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 21 Jun 2000 19:34:35 +0000 (19:34 +0000)
* sysdeps/pthread/timer_routines.c: Include <string.h> for memset

linuxthreads/ChangeLog

index e81a764..ceb350f 100644 (file)
@@ -1,6 +1,6 @@
 2000-06-21  Andreas Jaeger  <aj@suse.de>
 
-       * sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset
+       * sysdeps/pthread/timer_routines.c: Include <string.h> for memset
        prototype.
 
        * join.c: Include <stdlib.h> for exit prototype.