Fixed typo.

* sysdeps/pthread/timer_routines.c: Include <string.h> for memset
This commit is contained in:
Andreas Jaeger 2000-06-21 19:34:35 +00:00
parent 69b4c4297c
commit efa24b5195

View 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.