about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/tst-o_path-locks.c
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Add io/tst-o_path-locks testFlorian Weimer2020-02-091-0/+100
The O_PATH-based fchmodat emulation will rely on the fact that closing an O_PATH descriptor never releases POSIX advisory locks, so this commit adds a test case for this behavior.