diff options
Diffstat (limited to 'newlib/libc/stdlib/on_exit_args.h')
-rw-r--r-- | newlib/libc/stdlib/on_exit_args.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/newlib/libc/stdlib/on_exit_args.h b/newlib/libc/stdlib/on_exit_args.h new file mode 100644 index 000000000..c54ad1ef2 --- /dev/null +++ b/newlib/libc/stdlib/on_exit_args.h @@ -0,0 +1,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_ */ |