X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Fsys_times.c;h=7a75d0389dbc542543c082192a17955ae6310a54;hb=0ef2646848cbc2e6c59f8757165b5790b0132281;hp=323631b6a85379a2f500398bd0bf06dc6a3c5e1e;hpb=6a2161f389e6115bb3b948d71c56c8c882eaeda6;p=libc-test diff --git a/src/api/sys_times.c b/src/api/sys_times.c index 323631b..7a75d03 100644 --- a/src/api/sys_times.c +++ b/src/api/sys_times.c @@ -12,5 +12,5 @@ F(clock_t,tms_stime) F(clock_t,tms_cutime) F(clock_t,tms_cstime) } -clock_t(*p_times)(struct tms*) = times; +{clock_t(*p)(struct tms*) = times;} }