Do not redefine prototype of exit() under linux

This commit is contained in:
Peter Howkins
2012-03-12 00:31:10 +00:00
parent ee22401f76
commit 0ce783f018

View File

@@ -68,7 +68,9 @@ extern "C" {
#ifdef __cplusplus
extern "C" {
#endif
#if !defined(linux)
void exit(int);
#endif
#ifdef __cplusplus
}
#endif