summaryrefslogtreecommitdiffstats
path: root/rtemstoolkit/win32/sys/cdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'rtemstoolkit/win32/sys/cdefs.h')
-rw-r--r--rtemstoolkit/win32/sys/cdefs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/rtemstoolkit/win32/sys/cdefs.h b/rtemstoolkit/win32/sys/cdefs.h
index c96b517..441b45b 100644
--- a/rtemstoolkit/win32/sys/cdefs.h
+++ b/rtemstoolkit/win32/sys/cdefs.h
@@ -44,12 +44,6 @@
#define __rangeof(type, start, end) \
(__offsetof(type, end) - __offsetof(type, start))
-/*
- * Hack. Have to put this somewhere.
- */
-typedef int gid_t;
-typedef int uid_t;
-
/* Macros for counting and rounding. */
#ifndef howmany
#define howmany(x, y) (((x)+((y)-1))/(y))