From: Roland McGrath Date: Wed, 26 Mar 2003 08:06:59 +0000 (+0000) Subject: * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined. X-Git-Tag: cvs/glibc-2_3_3~1067 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83e886a32ada14d1d671b51225aea29ed453a131;p=thirdparty%2Fglibc.git * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined. (timer_id2ptr): Fix typo. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 31380477e49..e912bcaeaca 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-25 Roland McGrath + + * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined. + (timer_id2ptr): Fix typo. + 2003-03-25 Ulrich Drepper * pthreadP.h: Define SIGCANCEL and SIGTIMER.