Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit edb95c3f authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 937cfa77: Merge "ZygoteInit: use correct header files."

* commit '937cfa77':
  ZygoteInit: use correct header files.
parents 08a551b4 937cfa77
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
@@ -27,12 +27,8 @@
#include <JNIHelp.h>
#include "android_runtime/AndroidRuntime.h"

#include <linux/capability.h>
#include <linux/prctl.h>
#include <sys/capability.h>
#include <sys/prctl.h>
extern "C" int capget(cap_user_header_t hdrp, cap_user_data_t datap);
extern "C" int capset(cap_user_header_t hdrp, const cap_user_data_t datap);


namespace android {