Merge branch 'master' into curlthreading

Conflicts:
	indra/newview/viewer_manifest.py
This commit is contained in:
Siana Gearz
2012-07-20 00:37:58 +02:00
553 changed files with 44979 additions and 14653 deletions

View File

@@ -43,10 +43,14 @@ template <typename Type> class LLAtomic32;
typedef LLAtomic32<U32> LLAtomicU32;
class LLErrorThread;
class LLLiveFile;
#if LL_LINUX
typedef struct siginfo siginfo_t;
#include <signal.h>
//typedef struct siginfo siginfo_t; //Removed as per changes in glibc 2.16 - Drake Arconis
#endif
typedef void (*LLAppErrorHandler)();
typedef void (*LLAppChildCallback)(int pid, bool exited, int status);