Merge MinGW changes

This commit is contained in:
Earnie Boyd
2002-01-25 20:03:56 +00:00
parent d4b5d8fda2
commit be4ee22bbc
2 changed files with 14 additions and 0 deletions

View File

@ -349,6 +349,10 @@ void _sleep (unsigned long);
void _exit (int) _ATTRIB_NORETURN;
/* _onexit is MS extension. Use atexit for portability. */
typedef int (* _onexit_t)(void);
_onexit_t _onexit( _onexit_t );
int _putenv (const char*);
void _searchenv (const char*, const char*, char*);