diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-24 08:33:49 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-24 08:33:49 +0000 |
commit | 219f2381bdaec9c12d84f237f504fe4e3ac41c91 (patch) | |
tree | 8b538f2e6c3bc1540461fdcb5f15e49d371b990c /ChangeLog | |
parent | 6991feeb9442298d5d789edf60d846f80119b06c (diff) | |
download | glibc-219f2381bdaec9c12d84f237f504fe4e3ac41c91.tar.gz glibc-219f2381bdaec9c12d84f237f504fe4e3ac41c91.tar.xz glibc-219f2381bdaec9c12d84f237f504fe4e3ac41c91.zip |
Update.
* posix/unistd.h: Move internal prototypes from here ... * include/unistd.h: ... to here. * sysvipc/sys/shm.h: Add const attribute to __getpagesize.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1b60d934b2..ddaa3f5310 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,11 @@ * sysdeps/unix/syscalls.list: Use __setrlimit as strong name. + * posix/unistd.h: Move internal prototypes from here ... + * include/unistd.h: ... to here. + + * sysvipc/sys/shm.h: Add const attribute to __getpagesize. + 2000-08-24 Ulrich Drepper <drepper@redhat.com> * grp/initgroups.c (initgroups): Deallocate groups array. |