From d6127ae58ff3e823773a158a1e79d5999fa7f995 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 11 Aug 2020 19:51:32 -0400 Subject: move stdlib internals to _stdlib.h and struct __stdlib --- src/nonstd/lib-internal.ref | 2 -- src/nonstd/struct_atexit.c | 8 -------- 2 files changed, 10 deletions(-) delete mode 100644 src/nonstd/lib-internal.ref delete mode 100644 src/nonstd/struct_atexit.c (limited to 'src/nonstd') diff --git a/src/nonstd/lib-internal.ref b/src/nonstd/lib-internal.ref deleted file mode 100644 index 3361d2f6..00000000 --- a/src/nonstd/lib-internal.ref +++ /dev/null @@ -1,2 +0,0 @@ -#include -REFERENCE() diff --git a/src/nonstd/struct_atexit.c b/src/nonstd/struct_atexit.c deleted file mode 100644 index 482bbed1..00000000 --- a/src/nonstd/struct_atexit.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -struct atexit { - int nfns; - void (*fns[32])(void); - struct atexit *next; - struct atexit *prev; -}; -- cgit v1.2.1