diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 14:52:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-21 14:52:39 +0000 |
commit | d1462d2e3f8a48eca8018e78b5f250db7cde458d (patch) | |
tree | dcef44cad65e653c5cd99372c1c8937175d8e0c2 /ChangeLog | |
parent | c71183402c321cee4486e5d24ef1f82e9dbb111a (diff) | |
download | glibc-d1462d2e3f8a48eca8018e78b5f250db7cde458d.tar.gz glibc-d1462d2e3f8a48eca8018e78b5f250db7cde458d.tar.xz glibc-d1462d2e3f8a48eca8018e78b5f250db7cde458d.zip |
Update.
* sysdeps/unix/sysv/linux/sys/sysmacros.h: Pretty print. * sysdeps/unix/sysv/linux/Dist: Remove sys/sysmacros.h. * sysdeps/unix/sysv/linux/Makefile: Remove sys/sysmacros.h. * posix/Makefile (headers): Add sys/sysmacros.h. * posix/sys/types.h: Include sys/sysmacros.h for __USE_BSD. * sysdeps/generic/sys/sysmacros.h: New file. * sysdeps/mach/hurd/xmknod.c: Include sys/types.h and remove minor and major definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 4174b980fc..d2b4fe3a72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,15 @@ * version.h (VERSION): Bump to 2.0.111. + * sysdeps/unix/sysv/linux/sys/sysmacros.h: Pretty print. + * sysdeps/unix/sysv/linux/Dist: Remove sys/sysmacros.h. + * sysdeps/unix/sysv/linux/Makefile: Remove sys/sysmacros.h. + * posix/Makefile (headers): Add sys/sysmacros.h. + * posix/sys/types.h: Include sys/sysmacros.h for __USE_BSD. + * sysdeps/generic/sys/sysmacros.h: New file. + * sysdeps/mach/hurd/xmknod.c: Include sys/types.h and remove minor and + major definition. + * elf/dl-close.c: Rewrite the way adding to the global scope works to handle error cases better than the last change. The l_global flag is now only set when the object is actually |