Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / cvenv / include / sys / fcntl.h
diff --git a/apps/cvenv/include/sys/fcntl.h b/apps/cvenv/include/sys/fcntl.h
deleted file mode 100644 (file)
index f338d92..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-struct flock {
-        short l_type;
-        short l_whence;
-        off_t l_start;
-        off_t l_len;
-        pid_t l_pid;
-};
-
-
-
-
-
-