From fafbc44f8b33d6e0632a41a2b76a73badaa44022 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 24 Apr 2009 16:23:01 +0000 Subject: [PATCH] (struct locarhandle): Rename len field to mmaped and add new reserved field. --- locale/locarchive.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/locale/locarchive.h b/locale/locarchive.h index e94bc2b480..eb3353d316 100644 --- a/locale/locarchive.h +++ b/locale/locarchive.h @@ -1,5 +1,5 @@ /* Definitions for locale archive handling. - Copyright (C) 2002 Free Software Foundation, Inc. + Copyright (C) 2002, 2009 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -83,7 +83,8 @@ struct locarhandle { int fd; void *addr; - size_t len; + size_t mmaped; + size_t reserved; }; -- 2.11.4.GIT