X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=apps%2Fcvenv%2FEiC%2FstdClib%2Ffcntl.h;fp=apps%2Fcvenv%2FEiC%2FstdClib%2Ffcntl.h;h=0000000000000000000000000000000000000000;hp=57ad12947af917e8486dd7ee05d06b28509d5f35;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/apps/cvenv/EiC/stdClib/fcntl.h b/apps/cvenv/EiC/stdClib/fcntl.h deleted file mode 100644 index 57ad129..0000000 --- a/apps/cvenv/EiC/stdClib/fcntl.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef FCNTLH_ -#define FCNTLH_ - -#pragma push_safeptr - -#include "sys/types.h" -#include "sys/fcntl.h" - -#ifdef POWERPC -#define O_BINARY 0 -#define O_TEXT 0 -#endif - - - -/* prototypes */ - -int open(const char *path, int access, ... /* mode_t mode */); -int creat(const char *path, mode_t amode); -int fcntl(int fd, int cmd, ... /* struct flock *flockptr*/); - - -#pragma pop_ptr - -#endif - - - - - -