Skip to content
Snippets Groups Projects
Commit 89201ba2 authored by brad kittenbrink's avatar brad kittenbrink
Browse files

Fix for mac build post-merge.

parent bad8ba5b
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,9 @@ template <typename Type> class LLAtomic32; ...@@ -43,7 +43,9 @@ template <typename Type> class LLAtomic32;
typedef LLAtomic32<U32> LLAtomicU32; typedef LLAtomic32<U32> LLAtomicU32;
class LLErrorThread; class LLErrorThread;
class LLLiveFile; class LLLiveFile;
#if LL_LINUX
typedef struct siginfo siginfo_t; typedef struct siginfo siginfo_t;
#endif
typedef void (*LLAppErrorHandler)(); typedef void (*LLAppErrorHandler)();
typedef void (*LLAppChildCallback)(int pid, bool exited, int status); typedef void (*LLAppChildCallback)(int pid, bool exited, int status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment