diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-09 07:53:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-09 07:53:33 +0000 |
commit | 880867a475b1016f892a1248a3fce693406bf1f1 (patch) | |
tree | 9b2456ac53d0959c24a8851beb1378b949f24338 /nptl/ChangeLog | |
parent | 92d83c725e09dbc76acfedc1cf85a01f9f54452d (diff) | |
download | glibc-880867a475b1016f892a1248a3fce693406bf1f1.tar glibc-880867a475b1016f892a1248a3fce693406bf1f1.tar.gz glibc-880867a475b1016f892a1248a3fce693406bf1f1.tar.bz2 glibc-880867a475b1016f892a1248a3fce693406bf1f1.zip |
Update.
2003-05-09 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/x86_64/get_clockfreq.c: New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 7bd8025850..f46c221c9a 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2003-05-09 Ulrich Drepper <drepper@redhat.com> + + * allocatestack.c (allocate_stack): If ARCH_RETRY_MMAP is defined, + use it in case mmap to allocate the stack fails. + * sysdeps/unix/sysv/linux/x86_64/Makefile: Don't define + ARCH_MAP_FLAGS here. + * sysdeps/x86_64/pthreaddef.h: Define ARCH_MAP_FLAGS and + ARCH_RETRY_MMAP. + 2003-05-08 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/fork.c: Complete rewrite of the atfork |