Home | History | Annotate | Download | only in examples

Lines Matching refs:PROT_READ

432     ptr = mmap(NULL, statbuf.st_size, PROT_READ, MAP_FILE | MAP_PRIVATE, fd, (off_t) 0);