summaryrefslogtreecommitdiff
path: root/src/stdio/__FILES.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2020-08-11 19:24:53 -0400
committerJakob Kaivo <jkk@ung.org>2020-08-11 19:24:53 -0400
commit5d9519b799ac6fb1e2d5bdb3daaf123c1326c0f1 (patch)
treecb350f07817282ca6b2b34893451feb56f6a1c2e /src/stdio/__FILES.c
parent63857e44e4f34187109ade06dcfa2bdce63a5dee (diff)
rename __FILES to __stdio to catch all <stdio.h> internals
Diffstat (limited to 'src/stdio/__FILES.c')
-rw-r--r--src/stdio/__FILES.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stdio/__FILES.c b/src/stdio/__FILES.c
deleted file mode 100644
index f9bcdbba..00000000
--- a/src/stdio/__FILES.c
+++ /dev/null
@@ -1,2 +0,0 @@
-#include "_stdio.h"
-struct __FILE __FILES[FOPEN_MAX];