about summary refs log tree commit diff
path: root/locale/locarchive.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-10 06:47:30 +0000
committerRoland McGrath <roland@gnu.org>2002-08-10 06:47:30 +0000
commitaa97cce121d02ec55e603616b027d9a2ecec475c (patch)
tree89850bcc01af0ac69fe800460134e343ea267d36 /locale/locarchive.h
parentcb09a2cda2e83d6002a41a5d5e5f37a925f52d51 (diff)
downloadglibc-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 'locale/locarchive.h')
-rw-r--r--locale/locarchive.h1
1 files changed, 1 insertions, 0 deletions
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;