Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _SOLARIS / fcntl.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/fcntl.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_SOLARIS/fcntl.h
deleted file mode 100644 (file)
index 46b57c3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-typedef struct flock {
-        short   l_type;
-        short   l_whence;
-        off_t   l_start;
-        off_t   l_len;          /* len == 0 means until end of file */
-        long    l_sysid;
-        pid_t   l_pid;
-        long    l_pad[4];               /* reserve area */
-} flock_t;