summaryrefslogtreecommitdiffstats
path: root/include/stddef.h
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-09-01 17:57:20 +0000
committermike <mike@FreeBSD.org>2002-09-01 17:57:20 +0000
commit31fdc63e0e5a67cf6506800b2429c73e15bfbb84 (patch)
tree8f137dc5c0378469a7466524062854a309a35c4c /include/stddef.h
parent12a656938d9d9b087c13ad05371f3d39d8d11a3b (diff)
downloadFreeBSD-src-31fdc63e0e5a67cf6506800b2429c73e15bfbb84.zip
FreeBSD-src-31fdc63e0e5a67cf6506800b2429c73e15bfbb84.tar.gz
Be more explicit about a namespace by using the relatively new
visibility primitives.
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 8400214..e9f5a84 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
OpenPOWER on IntegriCloud