From 83e886a32ada14d1d671b51225aea29ed453a131 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Mar 2003 08:06:59 +0000 Subject: [PATCH] * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined. (timer_id2ptr): Fix typo. --- nptl/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 31380477e4..e912bcaeac 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.