blob: c54ad1ef2073e83c405769b6f3a5a9653cc0538a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
#define NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
#include <reent.h>
#ifdef _REENT_SMALL
extern struct _on_exit_args * const __on_exit_args;
#endif /* def _REENT_SMALL */
#endif /* def NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_ */
|