about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedandroidshmem_private.h
blob: bad5242be7ce8974f4bcd7784d3c2faa9f98277e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh....
#endif

GO(libandroid_shmdt, iFp)
GO(libandroid_shmctl, iFiip)
GO(libandroid_shmat, pFipi)
GO(libandroid_shmget, iFiLi)
GO(shmctl, iFiip)
GO(shmget, iFiLi)
GO(shmat, pFipi)
GO(shmdt, iFp)