OSDN Git Service

Use [u]int32_t instead of __[u]int32_t in sys/types.h
authorPavel Chupin <pavel.v.chupin@intel.com>
Wed, 12 Mar 2014 07:23:49 +0000 (11:23 +0400)
committerPavel Chupin <pavel.v.chupin@intel.com>
Wed, 12 Mar 2014 20:23:43 +0000 (00:23 +0400)
commit2725ca95b23bc59ac7e7d7d52362c369db180671
treed3968d6f45bd018b37d1f872cc9a8eead4f5fdeb
parent5810bcf381e28e423a782af9bf53c05085b09926
Use [u]int32_t instead of __[u]int32_t in sys/types.h

Avoid this error in -ffreestanding mode:
sys/types.h:45:1: error: unknown type name '__uint32_t'

Change-Id: I826b36873862d1d70b47401f31f4369a77666b8e
Signed-off-by: Pavel Chupin <pavel.v.chupin@intel.com>
libc/include/sys/types.h