source: trunk/libs/newlib/src/newlib/libc/stdlib/on_exit_args.h @ 471

Last change on this file since 471 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 306 bytes
Line 
1#ifndef NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
2#define NEWLIB_CYGWIN_NEWLIB_LIBC_STDLIB_ON_EXIT_ARGS_H_
3
4#include <reent.h>
5
6#ifdef _REENT_SMALL
7
8extern 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_ */
Note: See TracBrowser for help on using the repository browser.