aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h7
1 files changed, 0 insertions, 7 deletions
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