summaryrefslogtreecommitdiffstats
path: root/librt/shm.c
Commit message (Expand)AuthorAgeFilesLines
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-9/+10
* do not save/restore errno around free() callsDenys Vlasenko2009-09-051-10/+6
* CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko2009-09-051-7/+10
* Add a few missing includesRon2009-07-051-0/+1
* add testcases for shm_{open,unlink}Bernhard Reutner-Fischer2009-07-031-0/+4
* include errno.h unconditionallyBernhard Reutner-Fischer2009-06-021-4/+3
* add stub for shm_open() and shm_unlinkBernhard Reutner-Fischer2009-06-021-0/+98