From: fredb Date: Wed, 3 Mar 2010 19:38:17 +0000 (+0000) Subject: Jari Häkkinen: compile on Mac X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0429b711585a60c2cbca9fd52efd98f2d3ef81eb;p=flightgear.git Jari Häkkinen: compile on Mac --- diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index 91017fb34..f6c33c9b6 100644 --- a/utils/TerraSync/terrasync.cxx +++ b/utils/TerraSync/terrasync.cxx @@ -275,6 +275,8 @@ void sync_tree(const char* dir) { #ifdef _MSC_VER typedef void (__cdecl * sighandler_t)(int); +#elif defined( __APPLE__ ) +typedef sig_t sighandler_t; #endif bool terminating = false;