Fix for mac build post-merge.
parent
bad8ba5b64
commit
89201ba29a
|
|
@ -43,7 +43,9 @@ template <typename Type> class LLAtomic32;
|
|||
typedef LLAtomic32<U32> LLAtomicU32;
|
||||
class LLErrorThread;
|
||||
class LLLiveFile;
|
||||
#if LL_LINUX
|
||||
typedef struct siginfo siginfo_t;
|
||||
#endif
|
||||
|
||||
typedef void (*LLAppErrorHandler)();
|
||||
typedef void (*LLAppChildCallback)(int pid, bool exited, int status);
|
||||
|
|
|
|||
Loading…
Reference in New Issue