diff options
author | Andreas Jaeger <aj@suse.de> | 2001-12-28 16:43:13 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-12-28 16:43:13 +0000 |
commit | 98519d6201ce6da9b45514f7672fe38f14ccb5ee (patch) | |
tree | 9367c619f6e867e71df6fc2365354258c8dc88a7 | |
parent | 5e67a81b693b1fad23b6816366b8aedd2ffd0ed0 (diff) | |
download | glibc-98519d6201ce6da9b45514f7672fe38f14ccb5ee.tar glibc-98519d6201ce6da9b45514f7672fe38f14ccb5ee.tar.gz glibc-98519d6201ce6da9b45514f7672fe38f14ccb5ee.tar.bz2 glibc-98519d6201ce6da9b45514f7672fe38f14ccb5ee.zip |
Update.
2001-12-28 Andreas Jaeger <aj@suse.de>
* io/bug-ftw3.c: Include string.h for prototypes.
* crypt/md5test.c (main): Remove unused variable.
* linuxthreads_db/td_init.c (td_init): Don't use __FUNCTION__ as
literal.
* linuxthreads_db/td_log.c (td_log): Likewise.
* linuxthreads_db/td_ta_delete.c (td_ta_delete): Likewise.
* linuxthreads_db/td_ta_get_nthreads.c (td_ta_get_nthreads): Likewise.
* linuxthreads_db/td_ta_get_ph.c (td_ta_get_ph): Likewise.
* linuxthreads_db/td_ta_map_id2thr.c (td_ta_map_id2thr): Likewise.
* linuxthreads_db/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Likewise.
* linuxthreads_db/td_ta_new.c (td_ta_new): Likewise.
* linuxthreads_db/td_ta_clear_event.c (td_ta_clear_event): Likewise.
* linuxthreads_db/td_ta_enable_stats.c (td_ta_enable_stats): Likewise.
* linuxthreads_db/td_ta_event_addr.c (td_ta_event_addr): Likewise.
* linuxthreads_db/td_ta_event_getmsg.c (td_ta_event_getmsg): Likewise.
* linuxthreads_db/td_ta_get_stats.c (td_ta_get_stats): Likewise.
* linuxthreads_db/td_ta_reset_stats.c (td_ta_reset_stats): Likewise.
* linuxthreads_db/td_ta_set_event.c (td_ta_set_event): Likewise.
* linuxthreads_db/td_ta_setconcurrency.c (td_ta_setconcurrency):
Likewise.
* linuxthreads_db/td_ta_thr_iter.c (td_ta_thr_iter): Likewise.
* linuxthreads_db/td_ta_tsd_iter.c (td_ta_tsd_iter): Likewise.
* linuxthreads_db/td_thr_clear_event.c (td_thr_clear_event): Likewise.
* linuxthreads_db/td_thr_dbresume.c (td_thr_dbresume): Likewise.
* linuxthreads_db/td_thr_dbsuspend.c (td_thr_dbsuspend): Likewise.
* linuxthreads_db/td_thr_event_enable.c (td_thr_event_enable):
Likewise.
* linuxthreads_db/td_thr_event_getmsg.c (td_thr_event_getmsg):
Likewise.
* linuxthreads_db/td_thr_get_info.c (td_thr_get_info): Likewise.
* linuxthreads_db/td_thr_getfpregs.c (td_thr_getfpregs): Likewise.
* linuxthreads_db/td_thr_getgregs.c (td_thr_getgregs): Likewise.
* linuxthreads_db/td_thr_getxregs.c (td_thr_getxregs): Likewise.
* linuxthreads_db/td_thr_getxregsize.c (td_thr_getxregsize): Likewise.
* linuxthreads_db/td_thr_set_event.c (td_thr_set_event): Likewise.
* linuxthreads_db/td_thr_setfpregs.c (td_thr_setfpregs): Likewise.
* linuxthreads_db/td_thr_setgregs.c (td_thr_setgregs): Likewise.
* linuxthreads_db/td_thr_setprio.c (td_thr_setprio): Likewise.
* linuxthreads_db/td_thr_setsigpending.c (td_thr_setsigpending):
Likewise.
* linuxthreads_db/td_thr_setxregs.c (td_thr_setxregs): Likewise.
* linuxthreads_db/td_thr_sigsetmask.c (td_thr_sigsetmask): Likewise.
* linuxthreads_db/td_thr_tsd.c (td_thr_tsd): Likewise.
* linuxthreads_db/td_thr_validate.c (td_thr_validate): Likewise.
* dlfcn/modstatic.c: Add prototype to avoid warning.
-rw-r--r-- | ChangeLog | 51 | ||||
-rw-r--r-- | crypt/md5test.c | 1 | ||||
-rw-r--r-- | dlfcn/modstatic.c | 2 | ||||
-rw-r--r-- | io/bug-ftw3.c | 1 |
4 files changed, 54 insertions, 1 deletions
@@ -1,3 +1,54 @@ +2001-12-28 Andreas Jaeger <aj@suse.de> + + * io/bug-ftw3.c: Include string.h for prototypes. + + * crypt/md5test.c (main): Remove unused variable. + + * linuxthreads_db/td_init.c (td_init): Don't use __FUNCTION__ as + literal. + * linuxthreads_db/td_log.c (td_log): Likewise. + * linuxthreads_db/td_ta_delete.c (td_ta_delete): Likewise. + * linuxthreads_db/td_ta_get_nthreads.c (td_ta_get_nthreads): Likewise. + * linuxthreads_db/td_ta_get_ph.c (td_ta_get_ph): Likewise. + * linuxthreads_db/td_ta_map_id2thr.c (td_ta_map_id2thr): Likewise. + * linuxthreads_db/td_ta_map_lwp2thr.c (td_ta_map_lwp2thr): Likewise. + * linuxthreads_db/td_ta_new.c (td_ta_new): Likewise. + * linuxthreads_db/td_ta_clear_event.c (td_ta_clear_event): Likewise. + * linuxthreads_db/td_ta_enable_stats.c (td_ta_enable_stats): Likewise. + * linuxthreads_db/td_ta_event_addr.c (td_ta_event_addr): Likewise. + * linuxthreads_db/td_ta_event_getmsg.c (td_ta_event_getmsg): Likewise. + * linuxthreads_db/td_ta_get_stats.c (td_ta_get_stats): Likewise. + * linuxthreads_db/td_ta_reset_stats.c (td_ta_reset_stats): Likewise. + * linuxthreads_db/td_ta_set_event.c (td_ta_set_event): Likewise. + * linuxthreads_db/td_ta_setconcurrency.c (td_ta_setconcurrency): + Likewise. + * linuxthreads_db/td_ta_thr_iter.c (td_ta_thr_iter): Likewise. + * linuxthreads_db/td_ta_tsd_iter.c (td_ta_tsd_iter): Likewise. + * linuxthreads_db/td_thr_clear_event.c (td_thr_clear_event): Likewise. + * linuxthreads_db/td_thr_dbresume.c (td_thr_dbresume): Likewise. + * linuxthreads_db/td_thr_dbsuspend.c (td_thr_dbsuspend): Likewise. + * linuxthreads_db/td_thr_event_enable.c (td_thr_event_enable): + Likewise. + * linuxthreads_db/td_thr_event_getmsg.c (td_thr_event_getmsg): + Likewise. + * linuxthreads_db/td_thr_get_info.c (td_thr_get_info): Likewise. + * linuxthreads_db/td_thr_getfpregs.c (td_thr_getfpregs): Likewise. + * linuxthreads_db/td_thr_getgregs.c (td_thr_getgregs): Likewise. + * linuxthreads_db/td_thr_getxregs.c (td_thr_getxregs): Likewise. + * linuxthreads_db/td_thr_getxregsize.c (td_thr_getxregsize): Likewise. + * linuxthreads_db/td_thr_set_event.c (td_thr_set_event): Likewise. + * linuxthreads_db/td_thr_setfpregs.c (td_thr_setfpregs): Likewise. + * linuxthreads_db/td_thr_setgregs.c (td_thr_setgregs): Likewise. + * linuxthreads_db/td_thr_setprio.c (td_thr_setprio): Likewise. + * linuxthreads_db/td_thr_setsigpending.c (td_thr_setsigpending): + Likewise. + * linuxthreads_db/td_thr_setxregs.c (td_thr_setxregs): Likewise. + * linuxthreads_db/td_thr_sigsetmask.c (td_thr_sigsetmask): Likewise. + * linuxthreads_db/td_thr_tsd.c (td_thr_tsd): Likewise. + * linuxthreads_db/td_thr_validate.c (td_thr_validate): Likewise. + + * dlfcn/modstatic.c: Add prototype to avoid warning. + 2001-12-26 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately, diff --git a/crypt/md5test.c b/crypt/md5test.c index 5397e5ac61..b57d3cd3fc 100644 --- a/crypt/md5test.c +++ b/crypt/md5test.c @@ -36,7 +36,6 @@ main (int argc, char *argv[]) for (cnt = 0; cnt < (int) (sizeof (tests) / sizeof (tests[0])); ++cnt) { int i; - int j; __md5_init_ctx (&ctx); __md5_process_bytes (tests[cnt].input, strlen (tests[cnt].input), &ctx); diff --git a/dlfcn/modstatic.c b/dlfcn/modstatic.c index e00a0becee..5ea71171cf 100644 --- a/dlfcn/modstatic.c +++ b/dlfcn/modstatic.c @@ -1,3 +1,5 @@ +extern int test (int); + int test (int a) { diff --git a/io/bug-ftw3.c b/io/bug-ftw3.c index e3f24d61e1..fcc2ca7bba 100644 --- a/io/bug-ftw3.c +++ b/io/bug-ftw3.c @@ -2,6 +2,7 @@ #include <ftw.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> static int cb_called; |