diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-10 06:47:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-10 06:47:30 +0000 |
commit | aa97cce121d02ec55e603616b027d9a2ecec475c (patch) | |
tree | 89850bcc01af0ac69fe800460134e343ea267d36 /ChangeLog | |
parent | cb09a2cda2e83d6002a41a5d5e5f37a925f52d51 (diff) | |
download | glibc-aa97cce121d02ec55e603616b027d9a2ecec475c.tar.gz glibc-aa97cce121d02ec55e603616b027d9a2ecec475c.tar.xz glibc-aa97cce121d02ec55e603616b027d9a2ecec475c.zip |
* sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
aliases. (lseek): Dummy. * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek): Likewise. * locale/locarchive.h (struct locrecent): Add `refs' member.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9464fc0610..d51c0e4cb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2002-08-09 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek + aliases. + (lseek): Dummy. + * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek): + Likewise. + 2002-08-09 Roland McGrath <roland@redhat.com> * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale @@ -18,6 +26,7 @@ (parse_opt): Grok -A, set that. * locale/programs/localedef.h: Declare it. + * locale/locarchive.h (struct locrecent): Add `refs' member. * locale/programs/locarchive.c (insert_name): New function, broken out of ... (add_locale_to_archive): ... here. Call that. |