diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 19:51:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-12-19 19:51:55 +0000 |
commit | 762e5d483128d9dd06d22b52c5b8a918753673ca (patch) | |
tree | f0d4db78bda6e69331731cf0589134e04faef52b /ChangeLog | |
parent | 2a505c961d490214d9801db06af253f234600a31 (diff) | |
download | glibc-762e5d483128d9dd06d22b52c5b8a918753673ca.zip glibc-762e5d483128d9dd06d22b52c5b8a918753673ca.tar.gz glibc-762e5d483128d9dd06d22b52c5b8a918753673ca.tar.bz2 |
Update.
1999-12-19 Andreas Jaeger <aj@suse.de>
* sysdeps/generic/libc-start.c: Remove declaration of
__libc_open. Move declaration of __libc_fcntl to ...
* include/fcntl.h: ...here.
* include/unistd.h: Move __libc_open and __libc_open64 to ...
* include/fcntl.h: ...here.
* malloc/malloc.h (__attribute_malloc__): Only define if hasn't
happened yet.
* malloc/Versions: __libc_freeres was exported with glibc 2.1.3,
rename label.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +1999-12-19 Andreas Jaeger <aj@suse.de> + + * sysdeps/generic/libc-start.c: Remove declaration of + __libc_open. Move declaration of __libc_fcntl to ... + * include/fcntl.h: ...here. + + * include/unistd.h: Move __libc_open and __libc_open64 to ... + * include/fcntl.h: ...here. + + * malloc/malloc.h (__attribute_malloc__): Only define if hasn't + happened yet. + + * malloc/Versions: __libc_freeres was exported with glibc 2.1.3, + rename label. + 1999-12-19 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/resource.h: Remove <asm/resource.h> |