summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/fsclose01/fsclose01.scn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libio: Add hold/drop iop referenceSebastian Huber2017-09-151-0/+2
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.