From 817a51e296ac7335b8e161756dbc18012f86f4cd Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Apr 2001 02:51:34 +0000 Subject: [PATCH] Update. 2001-04-04 Ulrich Drepper * posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used anymore. --- ChangeLog | 5 +++++ linuxthreads_db/ChangeLog | 7 +++++++ posix/fnmatch_loop.c | 1 + 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 61d9d72..1481481 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-04-04 Ulrich Drepper + + * posix/fnmatch_loop.c: Undefine NEW_PATTERN when it is not used + anymore. + 2001-04-01 Andreas Jaeger * sysdeps/generic/s_nextafter.c (NO_LONG_DOUBLE): Add nexttowardl diff --git a/linuxthreads_db/ChangeLog b/linuxthreads_db/ChangeLog index 3f19f7e..cdaab18 100644 --- a/linuxthreads_db/ChangeLog +++ b/linuxthreads_db/ChangeLog @@ -1,3 +1,10 @@ +2001-04-04 Ulrich Drepper + + * td_thr_getfpregs.c: If p_pid is zero use ps_getpid(). + * td_thr_getgregs.c: Likewise. + * td_thr_setfpregs.c: Likewise. + * td_thr_setgregs.c: Likewise. + 2001-03-20 Ulrich Drepper * Makefile (libthread_db-routines): Add td_symbol_list. diff --git a/posix/fnmatch_loop.c b/posix/fnmatch_loop.c index fd25853..fb504c2 100644 --- a/posix/fnmatch_loop.c +++ b/posix/fnmatch_loop.c @@ -1075,6 +1075,7 @@ EXT (INT opt, const CHAR *pattern, const CHAR *string, const CHAR *string_end, } assert (list != NULL); assert (p[-1] == L(')')); +#undef NEW_PATTERN switch (opt) { -- 2.7.4