summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical24 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libio: Add hold/drop iop referenceSebastian Huber2017-09-154-0/+187
Check iop reference count in close() and return -1 with errno set to EBUSY in case the file descriptor is still in use. Update #3132.