[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r3186 - in /fsf/trunk/libc: ChangeLog locale/localeinfo.h



Author: eglibc
Date: Sat Aug 18 00:03:28 2007
New Revision: 3186

Log:
Import glibc-mainline for 2007-08-18

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/locale/localeinfo.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sat Aug 18 00:03:28 2007
@@ -1,3 +1,8 @@
+2007-08-16  Andreas Jaeger  <aj@xxxxxxx>
+
+	* locale/localeinfo.h: Make _nl_category_name_idxs extern.
+        Reported by Peter Festner <peter.festner@xxxxxxxxxx>.
+
 2007-08-17  Jakub Jelinek  <jakub@xxxxxxxxxx>
 
 	* login/tst-grantpt.c (test_einval): Add 3rd argument to open.

Modified: fsf/trunk/libc/locale/localeinfo.h
==============================================================================
--- fsf/trunk/libc/locale/localeinfo.h (original)
+++ fsf/trunk/libc/locale/localeinfo.h Sat Aug 18 00:03:28 2007
@@ -1,5 +1,5 @@
 /* Declarations for internal libc locale interfaces
-   Copyright (C) 1995-2003, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1995-2003, 2005, 2006, 2007 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
@@ -186,7 +186,7 @@
   };
   char str[0];
 } _nl_category_names attribute_hidden;
-const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;
+extern const uint8_t _nl_category_name_idxs[__LC_LAST] attribute_hidden;
 extern const uint8_t _nl_category_name_sizes[__LC_LAST] attribute_hidden;
 
 /* Name of the standard locales.  */