Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dshm.h43 #define SHM_RDONLY 010000 /* read-only access */ macro
/linux-2.4.37.9/ipc/
Dshm.c601 if (shmflg & SHM_RDONLY) { in sys_shmat()