From 34386fe72b733e12f5ab45bf1d4f5b59621c3a96 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 16:06:48 -0500 Subject: remove more cruft --- src/fcntl/struct_flock.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/fcntl/struct_flock.h (limited to 'src/fcntl/struct_flock.h') 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 - -struct flock { - short l_type; - short l_whence; - off_t l_start; - off_t l_len; - pid_t l_pid; -}; - -/* -POSIX(1) -*/ -- cgit v1.2.1