diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-13 03:42:27 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-13 03:42:27 +0000 |
commit | f1c5213d6908c00e42556e9ac910cf150029f4c2 (patch) | |
tree | 97737a5aa00658c356b14b80570e5a253c7e45f5 /ChangeLog | |
parent | 2674e3c6fc3d2a1279b0e31877f90a22a523504c (diff) | |
download | glibc-f1c5213d6908c00e42556e9ac910cf150029f4c2.tar.gz glibc-f1c5213d6908c00e42556e9ac910cf150029f4c2.tar.xz glibc-f1c5213d6908c00e42556e9ac910cf150029f4c2.zip |
* include/fcntl.h: Declare __libc_creat.
* sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs, libhurduser-link.so-no-z-defs): New variables. * malloc/malloc.c: Revert last change. * malloc/malloc.h (_int_*): Move these decls to ... * include/malloc.h: ... here. Add attribute_hidden. (_int_valloc): Declare it too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d7806b7d4b..b3bcba887f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2003-01-12 Roland McGrath <roland@redhat.com> + + * include/fcntl.h: Declare __libc_creat. + + * sysdeps/mach/hurd/Makefile (libmachuser-link.so-no-z-defs, + libhurduser-link.so-no-z-defs): New variables. + + * malloc/malloc.c: Revert last change. + * malloc/malloc.h (_int_*): Move these decls to ... + * include/malloc.h: ... here. Add attribute_hidden. + (_int_valloc): Declare it too. + 2003-01-12 Ulrich Drepper <drepper@redhat.com> * elf/dl-close.c (_dl_close): Type typo, must be == not = in |