Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / fcntl.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/fcntl.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/fcntl.h
deleted file mode 100644 (file)
index 57ad129..0000000
+++ /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
-
-
-
-
-
-