summaryrefslogtreecommitdiff
path: root/librt/shm.c
AgeCommit message (Expand)Author
2018-08-10Fix shm_open posix compliance error codeChristophe Lyon
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-07-05Add a few missing includesRon
2009-07-03add testcases for shm_{open,unlink}Bernhard Reutner-Fischer
2009-06-02include errno.h unconditionallyBernhard Reutner-Fischer
2009-06-02add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer