From 24a60ffba1893a3506a6ed15fd4b26479d966cf3 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 16 Aug 2020 16:31:15 -0400 Subject: rename non-compiled files to *.h --- src/fcntl/struct_flock.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/fcntl/struct_flock.c (limited to 'src/fcntl/struct_flock.c') diff --git a/src/fcntl/struct_flock.c b/src/fcntl/struct_flock.c deleted file mode 100644 index c910e0ff..00000000 --- a/src/fcntl/struct_flock.c +++ /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