summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/types.c')
-rw-r--r--cpukit/posix/src/types.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/posix/src/types.c b/cpukit/posix/src/types.c
deleted file mode 100644
index 52e5841e3b..0000000000
--- a/cpukit/posix/src/types.c
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This file is the shell of what it initially was and is now misnamed.
- *
- * $Id$
- */
-
-#if HAVE_CONFIG_H
-#include "config.h"
-#endif
-
-#include <limits.h>
-#include <errno.h>
-#include <string.h>
-#include <sys/types.h>
-
-#include <rtems/system.h>
-#include <rtems/score/object.h>
-#include <rtems/seterr.h>
-