Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/stdlib/atexit.h')
-rw-r--r--newlib/libc/stdlib/atexit.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/newlib/libc/stdlib/atexit.h b/newlib/libc/stdlib/atexit.h
deleted file mode 100644
index e37a146a0..000000000
--- a/newlib/libc/stdlib/atexit.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * Common definitions for atexit-like routines
- */
-
-enum __atexit_types
-{
- __et_atexit,
- __et_onexit,
- __et_cxa
-};
-
-void __call_exitprocs _PARAMS ((int, _PTR));
-int __register_exitproc _PARAMS ((int, void (*fn) (void), _PTR, _PTR));
-