occlum/test/fcntl
LI Qing 551fb8f9d8 Add a dummy implementation for file advisory locks
This commits is a dummy implementation of file advisory locks.
Specifically, for regular files, fcntl `F_SETLK` (i.e., acquiring
or releasing locks) always succeeds and fcntl `F_GETLK` (i.e., testing locks)
always returns no locks.
2020-02-25 17:31:02 +08:00
..
main.c Add a dummy implementation for file advisory locks 2020-02-25 17:31:02 +08:00
Makefile Add fcntl's subcommands: F_GETFL and F_SETFL 2020-01-23 04:40:54 +00:00