Home
last modified time | relevance | path

Searched refs:_CLOCK_T_ (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
D_types.h230 #define _CLOCK_T_ unsigned long /* clock() */ macro
233 typedef _CLOCK_T_ __clock_t;
Dtimes.h39 typedef _CLOCK_T_ clock_t;
Dtypes.h134 typedef _CLOCK_T_ clock_t;
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201525829 * libc/include/reent.h: #include <machine/types.h> to get _CLOCK_T_.
25832 * libc/include/time.h (_CLOCK_T_): Don't #undef. Remove
25833 #ifdef _CLOCK_T_ surrounding definition of clock_t.
25837 * libc/include/sys/times.h (_CLOCK_T_): Don't #undef. Remove
25838 #ifdef _CLOCK_T_ surrounding definition of clock_t.