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: upstream/2.20~12617 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83e886a32ada14d1d671b51225aea29ed453a131;p=platform%2Fupstream%2Flinaro-glibc.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 3138047..e912bca 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.