10 lines
343 B
C
10 lines
343 B
C
|
$NetBSD: patch-config_system__wrappers_t1tables.h,v 1.1 2014/05/15 21:16:16 joerg Exp $
|
||
|
|
||
|
--- config/system_wrappers/t1tables.h.orig 2014-05-14 20:52:07.000000000 +0000
|
||
|
+++ config/system_wrappers/t1tables.h
|
||
|
@@ -0,0 +1,4 @@
|
||
|
+#pragma GCC system_header
|
||
|
+#pragma GCC visibility push(default)
|
||
|
+#include_next <t1tables.h>
|
||
|
+#pragma GCC visibility pop
|