[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[patches] Fix glibc_localedef build
- To: patches@xxxxxxxxxx
- Subject: [patches] Fix glibc_localedef build
- From: "Joseph S. Myers" <joseph@xxxxxxxxxxxxxxxx>
- Date: Thu, 13 Nov 2008 21:34:35 +0000 (UTC)
I've applied this patch to fix building glibc_localedef with recent trunk
changes merged from FSF glibc.
Index: include/bits/libc-tsd.h
===================================================================
--- include/bits/libc-tsd.h (revision 7323)
+++ include/bits/libc-tsd.h (working copy)
@@ -1,3 +1,3 @@
#ifndef __libc_tsd_define
-#define __libc_tsd_define(A,B)
+#define __libc_tsd_define(A,B,C)
#endif
Index: ChangeLog.eglibc
===================================================================
--- ChangeLog.eglibc (revision 7323)
+++ ChangeLog.eglibc (working copy)
@@ -1,3 +1,8 @@
+2008-11-13 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * include/bits/libc-tsd.h (__libc_tsd_define): Add extra
+ parameter.
+
2008-09-26 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* configure.ac: Support --with-pkgversion and --with-bugurl.
--
Joseph S. Myers
joseph@xxxxxxxxxxxxxxxx