aboutsummaryrefslogtreecommitdiff
path: root/include/stddef.h
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-09-01 17:57:20 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-09-01 17:57:20 +0000
commit7b8c96a0b632649cbec502baa21a058e8006bbc2 (patch)
tree8f137dc5c0378469a7466524062854a309a35c4c /include/stddef.h
parentc06f26c5b8a9ceb92f230ede7f22ad5306c1e600 (diff)
downloadsrc-7b8c96a0b632649cbec502baa21a058e8006bbc2.tar.gz
src-7b8c96a0b632649cbec502baa21a058e8006bbc2.zip
Be more explicit about a namespace by using the relatively new
visibility primitives.
Notes
Notes: svn path=/head/; revision=102777
Diffstat (limited to 'include/stddef.h')
-rw-r--r--include/stddef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stddef.h b/include/stddef.h
index 8400214fd689..e9f5a845ab9b 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -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