include linux/personality.h on android
sys/personality.h is present only since android platform level 21. The linux/ version is present everywhere. llvm-svn: 292935
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
#include "lldb/Target/ProcessLaunchInfo.h"
|
||||
|
||||
#include <limits.h>
|
||||
#ifndef __ANDROID__
|
||||
#include <sys/personality.h>
|
||||
#else
|
||||
#include <linux/personality.h>
|
||||
#endif
|
||||
#include <sys/ptrace.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user