Merge pull request #64 from george-hopkins/ioc-size
[gbinder] Include definition of _IOC_SIZE. JB#42254
This commit is contained in:
commit
3c2cd5d599
|
@ -61,6 +61,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
#include <linux/ioctl.h>
|
||||
|
||||
/* BINDER_VM_SIZE copied from native/libs/binder/ProcessState.cpp */
|
||||
#define BINDER_VM_SIZE ((1024*1024) - sysconf(_SC_PAGE_SIZE)*2)
|
||||
|
|
Loading…
Reference in New Issue