diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-26 08:06:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-26 08:06:59 +0000 |
commit | 83e886a32ada14d1d671b51225aea29ed453a131 (patch) | |
tree | 1d752bf1db5f56db0e8d7db63b9c8efee700048f | |
parent | 333ab52196cf32a34afd2d076acfc37356e528f9 (diff) | |
download | glibc-83e886a32ada14d1d671b51225aea29ed453a131.tar.gz glibc-83e886a32ada14d1d671b51225aea29ed453a131.tar.xz glibc-83e886a32ada14d1d671b51225aea29ed453a131.zip |
* sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined.
(timer_id2ptr): Fix typo.
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <roland@redhat.com> + + * sysdeps/pthread/posix-timer.h (TIMER_MAX): Define if not defined. + (timer_id2ptr): Fix typo. + 2003-03-25 Ulrich Drepper <drepper@redhat.com> * pthreadP.h: Define SIGCANCEL and SIGTIMER. |