From aa97cce121d02ec55e603616b027d9a2ecec475c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 10 Aug 2002 06:47:30 +0000 Subject: * 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. --- locale/locarchive.h | 1 + 1 file changed, 1 insertion(+) (limited to 'locale/locarchive.h') diff --git a/locale/locarchive.h b/locale/locarchive.h index 2005989598..f43a6b6734 100644 --- a/locale/locarchive.h +++ b/locale/locarchive.h @@ -70,6 +70,7 @@ struct sumhashent struct locrecent { + uint32_t refs; /* # of namehashent records that point here */ struct { uint32_t offset; -- cgit v1.2.3