Fix build of libc.so after r232620. This caused a duplicate definition

of __getCurrentRuneLocale().

Pointy hat to:	me
This commit is contained in:
Dimitry Andric 2012-03-06 21:56:30 +00:00
parent 1f88a92ba9
commit cc09dfac61

View File

@ -9,4 +9,10 @@ __FBSDID("$FreeBSD$");
*/
#define _EXTERNALIZE_CTYPE_INLINES_
/*
* Also make sure <runetype.h> does not generate an inline definition
* of __getCurrentRuneLocale().
*/
#define __RUNETYPE_INTERNAL
#include <ctype.h>