From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Jaeger To: drepper@cygnus.com (Ulrich Drepper) Cc: GNU libc hacker Subject: Re: Some small fixes Date: Sat, 26 Feb 2000 00:16:00 -0000 Message-id: References: X-SW-Source: 2000-02/msg00099.html >>>>> Ulrich Drepper writes: Uli> Andreas Jaeger writes: >> The flags in intl aren't needed anymore (according to my tests). For >> the math files I've removed -Wno-write-strings and use it only where >> it's really needed. Uli> Thanks, applied. You forgot to apply these patches (the ChangeLog entries went in). Andreas ============================================================ Index: linuxthreads_db/td_ta_thr_iter.c --- linuxthreads_db/td_ta_thr_iter.c 1999/11/12 23:28:15 1.9 +++ linuxthreads_db/td_ta_thr_iter.c 2000/02/26 08:14:58 @@ -1,5 +1,5 @@ /* Iterate over a process's threads. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. */ #include "thread_dbP.h" - +#include static int handle_descr (const td_thragent_t *ta, td_thr_iter_f *callback, ============================================================ Index: linuxthreads_db/td_ta_tsd_iter.c --- linuxthreads_db/td_ta_tsd_iter.c 1999/11/04 06:46:14 1.2 +++ linuxthreads_db/td_ta_tsd_iter.c 2000/02/26 08:14:58 @@ -1,5 +1,5 @@ /* Iterate over a process's thread-specific data. - Copyright (C) 1999 Free Software Foundation, Inc. + Copyright (C) 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. @@ -19,7 +19,7 @@ Boston, MA 02111-1307, USA. */ #include "thread_dbP.h" - +#include td_err_e td_ta_tsd_iter (const td_thragent_t *ta, td_key_iter_f *callback, -- Andreas Jaeger SuSE Labs aj@suse.de private aj@arthur.rhein-neckar.de