Skip to content

Android shmem

Rylie Pavlik requested to merge rpavlik/monado:android-shmem into master

Android lacks shm_open and shm_unlink, but it has (smaller) APIs that do equivalently. This factors out the shm creation to utility functions in a file.

Merge request reports