diff options
author | 2002-08-23 21:47:01 +0000 | |
---|---|---|
committer | 2002-08-23 21:47:01 +0000 | |
commit | 05a2c550c35c1479a8f025e572b1cdbfc64e4e5c (patch) | |
tree | 401ef25b2a0c44c9818e04b85f9664153e351fe6 | |
parent | Include <sys/types.h> instead of <stddef.h> since ssize_t is needed as well. Replace const with __const. (diff) | |
download | 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.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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, |