Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsys_shm.cpp35 #if defined(SYS_shmat) in shmat()
36 return reinterpret_cast<void*>(syscall(SYS_shmat, id, address, flags)); in shmat()
/bionic/libc/include/bits/
Dglibc-syscalls.h998 #define SYS_shmat __NR_shmat macro