From 77d0069e522400b63c2182fcc5f852718e4e6f2c Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 14:11:32 -0400 Subject: rename files that should never be compiled on their own to .h --- src/stdio/stderr.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/stdio/stderr.c (limited to 'src/stdio/stderr.c') diff --git a/src/stdio/stderr.c b/src/stdio/stderr.c deleted file mode 100644 index 8ec8a9aa..00000000 --- a/src/stdio/stderr.c +++ /dev/null @@ -1,11 +0,0 @@ -#define stderr __stderr - -/** standard error **/ - -/*** -is the standard error stream. -***/ - -/* -STDC(1) -*/ -- cgit v1.2.1