http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51307
--- Comment #3 from dave.anglin at bell dot net 2011-11-27 21:30:07 UTC --- On 27-Nov-11, at 4:18 PM, John David Anglin wrote: > typedef enum __clockid_t { > CLOCK_INVALID = 0, > CLOCK_REALTIME = 1, /* the system-wide "wall clock" */ > CLOCK_VIRTUAL = 2, /* the per-process user execution > clock */ > CLOCK_PROFILE = 4, /* the per-process execution clock */ > RTTIMER0 = 8, > RTTIMER1 = 16 > } clockid_t; Problem is the clockid_t is an enum. -- John David Anglin dave.ang...@bell.net