diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llapp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llapp.h b/linden/indra/llcommon/llapp.h index 50a70ae..9d8ff88 100644 --- a/linden/indra/llcommon/llapp.h +++ b/linden/indra/llcommon/llapp.h | |||
@@ -46,7 +46,8 @@ typedef void (*LLAppErrorHandler)(); | |||
46 | typedef void (*LLAppChildCallback)(int pid, bool exited, int status); | 46 | typedef void (*LLAppChildCallback)(int pid, bool exited, int status); |
47 | 47 | ||
48 | #if !LL_WINDOWS | 48 | #if !LL_WINDOWS |
49 | extern const S32 LL_SMACKDOWN_SIGNAL; | 49 | extern S32 LL_SMACKDOWN_SIGNAL; |
50 | extern S32 LL_HEARTBEAT_SIGNAL; | ||
50 | 51 | ||
51 | // Clear all of the signal handlers (which we want to do for the child process when we fork | 52 | // Clear all of the signal handlers (which we want to do for the child process when we fork |
52 | void clear_signals(); | 53 | void clear_signals(); |