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/struct_atexit.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/nonstd/struct_atexit.c (limited to 'src/nonstd/struct_atexit.c') 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