diff options
Diffstat (limited to 'src/fcntl/struct_flock.h')
-rw-r--r-- | src/fcntl/struct_flock.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/fcntl/struct_flock.h b/src/fcntl/struct_flock.h deleted file mode 100644 index c910e0ff..00000000 --- a/src/fcntl/struct_flock.h +++ /dev/null @@ -1,13 +0,0 @@ -#include <fcntl.h> - -struct flock { - short l_type; - short l_whence; - off_t l_start; - off_t l_len; - pid_t l_pid; -}; - -/* -POSIX(1) -*/ |