X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2F_NETBSD%2Ffcntl.h;fp=apps%2FHawk%2FCVEiCL%2FEiC%2Fmodule%2FstdClib%2Fsrc%2F_NETBSD%2Ffcntl.h;h=0000000000000000000000000000000000000000;hp=57d27c21db1b63fda034f26637e01315e5b3ed16;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/fcntl.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/fcntl.h deleted file mode 100644 index 57d27c2..0000000 --- a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_NETBSD/fcntl.h +++ /dev/null @@ -1,21 +0,0 @@ -struct flock { -#if !defined(_EiC) || defined(__LP64__) - off_t l_start; /* starting offset */ - off_t l_len; /* len = 0 means until end of file */ -#else -# if __LITTLE_ENDIAN__ - off_t l_start; - int __pad0; - off_t l_len; - int __pad1; -# else - int __pad0; - off_t l_start; - int __pad1; - off_t l_len; -# endif -#endif - pid_t l_pid; /* lock owner */ - short l_type; /* lock type: read/write, etc. */ - short l_whence; /* type of l_start */ -};