diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-23 21:47:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-23 21:47:01 +0000 |
commit | 05a2c550c35c1479a8f025e572b1cdbfc64e4e5c (patch) | |
tree | 401ef25b2a0c44c9818e04b85f9664153e351fe6 /ChangeLog | |
parent | 7daaea8b7126c5d78033f751976fa915c289bbb6 (diff) | |
download | glibc-05a2c550c35c1479a8f025e572b1cdbfc64e4e5c.tar.gz glibc-05a2c550c35c1479a8f025e572b1cdbfc64e4e5c.tar.xz glibc-05a2c550c35c1479a8f025e572b1cdbfc64e4e5c.zip |
Update.
2002-08-23 Ulrich Drepper <drepper@redhat.com> * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h> since ssize_t is needed as well. Replace const with __const.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c95e6f8371..59ecaa0bd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-23 Ulrich Drepper <drepper@redhat.com> + + * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h> + since ssize_t is needed as well. Replace const with __const. + 2002-08-23 Roland McGrath <roland@redhat.com> * malloc/hooks.c (__malloc_initialize_hook, __free_hook, |