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

Commit fa037c65 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am f942e36a: am 5218065d: Merge "app_main missing include for sys/stat.h"

* commit 'f942e36a':
  app_main missing include for sys/stat.h
parents bcfa7cb2 f942e36a
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -7,6 +7,12 @@

#define LOG_TAG "appproc"

#include <stdio.h>
#include <stdlib.h>
#include <sys/prctl.h>
#include <sys/stat.h>
#include <unistd.h>

#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <utils/Log.h>
@@ -17,11 +23,6 @@
#include <android_runtime/AndroidRuntime.h>
#include <private/android_filesystem_config.h>  // for AID_SYSTEM

#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/prctl.h>

namespace android {

static void app_usage()