summaryrefslogtreecommitdiff
path: root/posix/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'posix/sys/types.h')
-rw-r--r--posix/sys/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/posix/sys/types.h b/posix/sys/types.h
index 8c65ae053b..8265fa0cb6 100644
--- a/posix/sys/types.h
+++ b/posix/sys/types.h
@@ -64,6 +64,7 @@ __BEGIN_DECLS
#ifdef __USE_MISC
/* Old compatibility names for C types. */
+typedef unsigned long int ulong;
typedef unsigned short int ushort;
typedef unsigned int uint;
#endif