Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _SUNOS / fcntl.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/fcntl.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SUNOS/fcntl.h
deleted file mode 100644 (file)
index 08a7469..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-struct flock {
-        short   l_type;         /* F_RDLCK, F_WRLCK, or F_UNLCK */
-        short   l_whence;       /* flag to choose starting offset */
-        long    l_start;        /* relative offset, in bytes */
-        long    l_len;          /* length, in bytes; 0 means lock to EOF */
-        short   l_pid;          /* returned with F_GETLK */
-        short   l_xxx;          /* reserved for future use */
-};