Home
last modified time | relevance | path

Searched refs:SYS_shmctl (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/src/ipc/
Dshmctl.c21 int r = __syscall(SYS_shmctl, id, IPC_CMD(cmd), buf); in shmctl()
/third_party/musl/porting/liteos_m/user/include/bits/
Dsyscall.h688 #define SYS_shmctl 308 macro