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

Commit 1bb42f06 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 09a7d324: am 388dbd28: Merge "Include <time.h> for clock_nanosleep."

* commit '09a7d324':
  Include <time.h> for clock_nanosleep.
parents 827d00f2 09a7d324
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
#include <fcntl.h>
#include <utils/misc.h>
#include <signal.h>
#include <time.h>

#include <cutils/properties.h>

@@ -57,10 +58,6 @@
#define SYSTEM_ENCRYPTED_BOOTANIMATION_FILE "/system/media/bootanimation-encrypted.zip"
#define EXIT_PROP_NAME "service.bootanim.exit"

extern "C" int clock_nanosleep(clockid_t clock_id, int flags,
                           const struct timespec *request,
                           struct timespec *remain);

namespace android {

static const int ANIM_ENTRY_NAME_MAX = 256;