mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
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.
This commit is contained in:
parent
5e67a81b69
commit
98519d6201
51
ChangeLog
51
ChangeLog
@ -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,
|
||||
|
@ -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);
|
||||
|
@ -1,3 +1,5 @@
|
||||
extern int test (int);
|
||||
|
||||
int
|
||||
test (int a)
|
||||
{
|
||||
|
@ -2,6 +2,7 @@
|
||||
#include <ftw.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
static int cb_called;
|
||||
|
Loading…
Reference in New Issue
Block a user