mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Be more explicit about a namespace by using the relatively new
visibility primitives.
This commit is contained in:
parent
c06f26c5b8
commit
7b8c96a0b6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102777
@ -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…
Reference in New Issue
Block a user