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

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

am 1e10b661: Merge "libcutils: Mac build pulls in __unused from sys/cdefs.h"

* commit '1e10b661':
  libcutils: Mac build pulls in __unused from sys/cdefs.h
parents 82e1b89f 1e10b661
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,7 +32,9 @@

#include <cutils/ashmem.h>

#ifndef __unused
#define __unused __attribute__((__unused__))
#endif

int ashmem_create_region(const char *ignored __unused, size_t size)
{