Move the sources to trunk
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _IRIX / fcntl.h
1 typedef struct flock {
2         short   l_type;
3         short   l_whence;
4         off_t   l_start;
5         off_t   l_len;          /* len == 0 means until end of file */
6         long    l_sysid;
7         pid_t   l_pid;
8         long    pad[4];         /* reserve area */
9 } flock_t;