diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-03-27 06:19:50 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-03-27 06:19:50 -0700 |
commit | 8f4a5048eea6536ee85c0f2670adbb97d71e427d (patch) | |
tree | 1262cfcfca944bd0301fd264b036abde505036b8 /ChangeLog | |
parent | 0a164fe03ee79d93e5dd2b1e1917e4ff5d580e1f (diff) | |
download | glibc-8f4a5048eea6536ee85c0f2670adbb97d71e427d.tar.gz glibc-8f4a5048eea6536ee85c0f2670adbb97d71e427d.tar.xz glibc-8f4a5048eea6536ee85c0f2670adbb97d71e427d.zip |
Optimize __getpagesize a bit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d06b956810..4587248b6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-03-27 Ulrich Drepper <drepper@redhat.com> + * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): If + __ASSUME_AT_PAGESIZE we can rely on the value being set. + * include/wchar.h: Undefine __need_mbstate_t and __need_wint_t unconditionally in the end. |