aboutsummaryrefslogtreecommitdiff
path: root/include/stdio.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2024-10-02 15:51:00 +0000
committerCy Schubert <cy@FreeBSD.org>2024-10-02 15:51:56 +0000
commitfe55d62ab9a5bb930dde3fcf54e836bc915de5bc (patch)
tree2f70b3d53948684728ac81d67cd8bc57b9fca85e /include/stdio.h
parent6bbef793552cf6167c88c9d8e55e1874256f0d51 (diff)
Diffstat (limited to 'include/stdio.h')
-rw-r--r--include/stdio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/stdio.h b/include/stdio.h
index ee3ab3bfb986..b0190d25eb4f 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -48,13 +48,10 @@ typedef __size_t size_t;
#define _SIZE_T_DECLARED
#endif
-#if __EXT1_VISIBLE
-/* ISO/IEC 9899:2011 K.3.3.2 */
#ifndef _RSIZE_T_DEFINED
#define _RSIZE_T_DEFINED
typedef size_t rsize_t;
#endif
-#endif /* __EXT1_VISIBLE */
#if __POSIX_VISIBLE >= 200809
#ifndef _OFF_T_DECLARED