Android: Silence some more warnings.

This commit is contained in:
Rohit Nirmal
2014-09-22 17:45:42 -04:00
parent 7f1185b941
commit 3168361e32
3 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@
#ifdef ANDROID
#define ASHMEM_DEVICE "/dev/ashmem"
int AshmemCreateFileMapping(const char *name, size_t size)
static int AshmemCreateFileMapping(const char *name, size_t size)
{
int fd, ret;
fd = open(ASHMEM_DEVICE, O_RDWR);