Update to 2.0.0 tree from current Fremantle build
[opencv] / apps / Hawk / CVEiCL / EiC / module / stdClib / src / _OSF1 / types.h
diff --git a/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/types.h b/apps/Hawk/CVEiCL/EiC/module/stdClib/src/_OSF1/types.h
deleted file mode 100644 (file)
index 0af57db..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef _SYS_TYPES
-#define _SYS_TYPES
-
-#define _need_size_t
-#include "sys/stdtypes.h"
-#undef _need_size_t
-
-
-typedef long ssize_t;
-typedef int             pid_t;          /* process id variable */
-typedef unsigned int ino_t;
-typedef long off_t;
-typedef unsigned int uid_t;
-typedef unsigned int gid_t;
-typedef unsigned int dev_t;
-typedef unsigned int mode_t;
-typedef unsigned short umode_t;
-typedef unsigned short nlink_t;
-typedef int daddr_t;
-
-#endif