diff options
author | Roland McGrath <roland@gnu.org> | 2005-10-16 11:38:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-10-16 11:38:59 +0000 |
commit | fe60d146c76a500ac68496c2c2b3223337d3d7c6 (patch) | |
tree | 8d2bfda59a4314a797e2db985bce7b5832f20b60 /nptl/ChangeLog | |
parent | c45c24812b64c41a494e74c789a9e91ea21b3f7c (diff) | |
download | glibc-fe60d146c76a500ac68496c2c2b3223337d3d7c6.zip glibc-fe60d146c76a500ac68496c2c2b3223337d3d7c6.tar.gz glibc-fe60d146c76a500ac68496c2c2b3223337d3d7c6.tar.bz2 |
* sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3c8e73a..ef30df0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2005-10-16 Roland McGrath <roland@redhat.com> + + * init.c (__pthread_initialize_minimal_internal): Even when using a + compile-time default stack size, apply the minimum that allocate_stack + will require, and round up to page size. + 2005-10-10 Daniel Jacobowitz <dan@codesourcery.com> * Makefile ($(test-modules)): Remove static pattern rule. |