[EABI] only typedef size_t if it hasn't been defined by the toolchain

This commit is contained in:
Travis Geiselbrecht
2008-09-05 04:26:25 -07:00
parent 887061fc2e
commit dfd2eb62e9

View File

@@ -42,7 +42,9 @@ typedef unsigned short u_short;
typedef unsigned int u_int;
typedef unsigned long u_long;
#ifndef _SIZE_T_DEFINED_
typedef unsigned long size_t;
#endif
typedef long ssize_t;
typedef long long off_t;