diff options
Diffstat (limited to 'src/nonstd')
| -rw-r--r-- | src/nonstd/lib-internal.ref | 2 | ||||
| -rw-r--r-- | src/nonstd/struct_atexit.c | 8 |
2 files changed, 0 insertions, 10 deletions
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 <nonstd/lib.h> -REFERENCE(<nonstd/internal.h>) 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 <nonstd/internal.h> - -struct atexit { - int nfns; - void (*fns[32])(void); - struct atexit *next; - struct atexit *prev; -}; |
