From 7b8c96a0b632649cbec502baa21a058e8006bbc2 Mon Sep 17 00:00:00 2001 From: Mike Barcroft Date: Sun, 1 Sep 2002 17:57:20 +0000 Subject: [PATCH] Be more explicit about a namespace by using the relatively new visibility primitives. --- include/stddef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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