mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix build of libc.so after r232620. This caused a duplicate definition
of __getCurrentRuneLocale(). Pointy hat to: me
This commit is contained in:
parent
1f88a92ba9
commit
cc09dfac61
1 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue