diff options
author | Andreas Jaeger <aj@suse.de> | 2000-08-23 07:22:48 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-08-23 07:22:48 +0000 |
commit | d6585e0b91f3348822add766da656eeec0302be0 (patch) | |
tree | f2a0a7ce21331952e759e4954f6efee15f23f52b /ChangeLog | |
parent | be2623ae79d7d9dcce9e41c04eb96da98bd3b33c (diff) | |
download | glibc-d6585e0b91f3348822add766da656eeec0302be0.zip glibc-d6585e0b91f3348822add766da656eeec0302be0.tar.gz glibc-d6585e0b91f3348822add766da656eeec0302be0.tar.bz2 |
Update.
2000-08-23 Andreas Jaeger <aj@suse.de>
* include/wchar.h: Add some pure attributes.
* time/time.h: Add const attribute for dysize.
* include/stdlib.h: Add malloc attribute to __posix memalign.
* stdlib/stdlib.h: Add some pure and malloc attributes.
* wcsmbs/wchar.h: Likewise.
* dirent/dirent.h: Add some pure attributes.
* include/dirent.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2000-08-23 Andreas Jaeger <aj@suse.de> + + * include/wchar.h: Add some pure attributes. + + * time/time.h: Add const attribute for dysize. + + * include/stdlib.h: Add malloc attribute to __posix memalign. + + * stdlib/stdlib.h: Add some pure and malloc attributes. + * wcsmbs/wchar.h: Likewise. + + * dirent/dirent.h: Add some pure attributes. + * include/dirent.h: Likewise. + 2000-08-23 Jakub Jelinek <jakub@redhat.com> * inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment |