]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/locarchive.h
* locale/locarchive.h (struct locarhandle): Rename len field to
[thirdparty/glibc.git] / locale / locarchive.h
index e94bc2b480f6fdc9cbbf87239aecbbbf38f33513..eb3353d3166a0c0753303c9e319215a091465557 100644 (file)
@@ -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;
 };