diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 09:55:17 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 09:55:17 -0700 |
commit | e66a42f57fd20d1c7bbdc5f7937831d13bcf709b (patch) | |
tree | 6aba9ac56780e910339abe7a18ccb80f466ee3d0 /ChangeLog | |
parent | b7c08a66f6b8855ce93743a0f4587667301fa8f9 (diff) | |
download | glibc-e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.tar.gz glibc-e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.tar.xz glibc-e66a42f57fd20d1c7bbdc5f7937831d13bcf709b.zip |
Split sys/param.h out into common file and sysdeps bits/param.h file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 672409ef0b..f050559d83 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2012-08-17 Roland McGrath <roland@hack.frob.com> + * bits/param.h: New file. + * misc/sys/param.h: New file. + * include/sys/param.h: New file. + * misc/Makefile (headers): Add bits/param.h. + * sysdeps/generic/sys/param.h: File removed. + * sysdeps/unix/sysv/linux/bits/param.h: New file. + * sysdeps/unix/sysv/linux/sys/param.h: File removed. + * sysdeps/mach/hurd/bits/param.h: New file. + * sysdeps/mach/hurd/sys/param.h: New file. + * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the last change. |