1 /* Copyright (c) 2015 Freddie Chopin <freddie.chopin@gmail.com> */ 2 #ifndef NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_ 3 #define NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_ 4 5 6 #ifdef _REENT_SMALL 7 8 extern struct _on_exit_args * const __on_exit_args; 9 10 #endif /* def _REENT_SMALL */ 11 12 #endif /* def NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_ */ 13