Be more explicit about a namespace by using the relatively new
visibility primitives.
This commit is contained in:
parent
c06f26c5b8
commit
7b8c96a0b6
@ -43,7 +43,7 @@
|
||||
|
||||
typedef __ptrdiff_t ptrdiff_t;
|
||||
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
|
||||
#if __BSD_VISIBLE
|
||||
#ifndef _RUNE_T_DECLARED
|
||||
typedef __rune_t rune_t;
|
||||
#define _RUNE_T_DECLARED
|
||||
|
Loading…
x
Reference in New Issue
Block a user