aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2024-06-02 18:39:30 +0000
committerBrooks Davis <brooks@FreeBSD.org>2024-06-02 18:41:22 +0000
commit39c4f65c72c7bd00546b4571b3bbe0432162efa3 (patch)
treeee82227fedb7a2838d5bde8ca09ef0df2421f611 /include
parentaf8cafb2a38070907ed5c4d872599617ce9d6d48 (diff)
Diffstat (limited to 'include')
-rw-r--r--include/stddef.h7
-rw-r--r--include/stdlib.h7
2 files changed, 0 insertions, 14 deletions
diff --git a/include/stddef.h b/include/stddef.h
index b695ae7a07a7..2255ea47a49a 100644
--- a/include/stddef.h
+++ b/include/stddef.h
@@ -41,13 +41,6 @@ typedef __ptrdiff_t ptrdiff_t;
#define _PTRDIFF_T_DECLARED
#endif
-#if __BSD_VISIBLE
-#ifndef _RUNE_T_DECLARED
-typedef __rune_t rune_t;
-#define _RUNE_T_DECLARED
-#endif
-#endif
-
#ifndef _SIZE_T_DECLARED
typedef __size_t size_t;
#define _SIZE_T_DECLARED
diff --git a/include/stdlib.h b/include/stdlib.h
index 7a934dfa306d..c1c8ab5eebb3 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -38,13 +38,6 @@
__NULLABILITY_PRAGMA_PUSH
-#if __BSD_VISIBLE
-#ifndef _RUNE_T_DECLARED
-typedef __rune_t rune_t;
-#define _RUNE_T_DECLARED
-#endif
-#endif
-
#ifndef _SIZE_T_DECLARED
typedef __size_t size_t;
#define _SIZE_T_DECLARED