From 17ad48fef73839e9d36c89d5054a7bd2a72b14ac Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 11 Aug 2020 11:11:53 -0400 Subject: move array of __FILE structs from __libc() to _stdio internal --- src/stdio/__FILES.c | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/stdio/__FILES.c (limited to 'src/stdio/__FILES.c') diff --git a/src/stdio/__FILES.c b/src/stdio/__FILES.c new file mode 100644 index 00000000..f9bcdbba --- /dev/null +++ b/src/stdio/__FILES.c @@ -0,0 +1,2 @@ +#include "_stdio.h" +struct __FILE __FILES[FOPEN_MAX]; -- cgit v1.2.1