diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-23 09:46:50 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-23 09:46:50 +0000 |
commit | 3d31e109a09d665b1551a90d8c3369d83aac37df (patch) | |
tree | 5cbc931d6881b5092e0433c2239ac7ff8f4fb808 /ChangeLog | |
parent | 94b68ee9763dcf03839e40e1d77dce357a7a6b11 (diff) | |
download | glibc-3d31e109a09d665b1551a90d8c3369d83aac37df.tar glibc-3d31e109a09d665b1551a90d8c3369d83aac37df.tar.gz glibc-3d31e109a09d665b1551a90d8c3369d83aac37df.tar.bz2 glibc-3d31e109a09d665b1551a90d8c3369d83aac37df.zip |
* malloc/hooks.c: Move variable definitions ahead of uses.
* libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
initializers that make reference to variables they define.
* misc/sys/xattr.h: New file, contributed by Christoph Hellwig
<hch@lst.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -1,3 +1,9 @@ +2002-08-23 Roland McGrath <roland@redhat.com> + + * malloc/hooks.c: Move variable definitions ahead of uses. + * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t + initializers that make reference to variables they define. + 2002-08-23 Andreas Jaeger <aj@suse.de> * locale/loadarchive.c: Include <stdlib.h> for prototypes of @@ -8,6 +14,8 @@ * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable. * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise. + * misc/sys/xattr.h: New file, contributed by Christoph Hellwig + <hch@lst.de>. * sysdeps/generic/fgetxattr.c: New file. * sysdeps/generic/flistxattr.c: New file. * sysdeps/generic/fremovexattr.c: New file. @@ -20,15 +28,9 @@ * sysdeps/generic/lsetxattr.c: New file. * sysdeps/generic/removexattr.c: New file. * sysdeps/generic/setxattr.c: New file. - - * misc/sys/xattr.h: New file, contributed by Christoph Hellwig - <hch@lst.de>. - * misc/Makefile (headers): Add sys/xattr.h. (routines): Add *xattr calls. - * misc/Versions: Add *xattr calls with version 2.3. - * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls. * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise. |