Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / stdlib / on_exit_args.h
blobc54ad1ef2073e83c405769b6f3a5a9653cc0538a
1 #ifndef NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
2 #define NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
4 #include <reent.h>
6 #ifdef _REENT_SMALL
8 extern struct _on_exit_args * const __on_exit_args;
10 #endif /* def _REENT_SMALL */
12 #endif /* def NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_ */