From d62ff6ee49fcd6b033a01d5a0b067d865c4c4fc8 Mon Sep 17 00:00:00 2001 From: dim Date: Tue, 6 Mar 2012 21:56:30 +0000 Subject: Fix build of libc.so after r232620. This caused a duplicate definition of __getCurrentRuneLocale(). Pointy hat to: me --- lib/libc/locale/nomacros.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/libc/locale/nomacros.c') diff --git a/lib/libc/locale/nomacros.c b/lib/libc/locale/nomacros.c index ba49a1f..66cf40e 100644 --- a/lib/libc/locale/nomacros.c +++ b/lib/libc/locale/nomacros.c @@ -9,4 +9,10 @@ __FBSDID("$FreeBSD$"); */ #define _EXTERNALIZE_CTYPE_INLINES_ +/* + * Also make sure does not generate an inline definition + * of __getCurrentRuneLocale(). + */ +#define __RUNETYPE_INTERNAL + #include -- cgit v1.1