summaryrefslogtreecommitdiff
path: root/lib/libc/gen/shm_open.c
AgeCommit message (Expand)Author
2015-09-12Wrap shm_open() to go direct and mark shm_{mkstemp,unlink}() as weakPhilip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionPhilip Guenther
2013-11-12pull in missing includes (math.h, unistd.h, stdlib.h) needed forTheo de Raadt
2013-10-25close(fd), then set errnoTed Unangst
2013-06-02fix id, from bradTed Unangst
2013-05-31add shm_open and friends which i have been told ports programs wouldTed Unangst