* Removed sys/_types.h include, all types are now defined in include files named...
[AROS.git] / compiler / clib / include / aros / types / clock_t.h
blob9f45aac1a69476041cbebad5417067a6f4af0b43
1 #ifndef _AROS_TYPES_CLOCK_T_H
2 #define _AROS_TYPES_CLOCK_T_H
4 /*
5 Copyright © 2010-2011, The AROS Development Team. All rights reserved.
6 $Id$
8 clock_t type definition
9 */
11 #include <aros/cpu.h>
13 typedef unsigned long clock_t;
15 #endif /* _AROS_TYPES_CLOCK_T_H */