Update the changelog
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _OSF1 / fcntl.h
1 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   pid_t   l_pid;
7 };