api: shorten function checks (and put each into a different scope)
[libc-test] / src / api / sys_times.c
index 323631b..7a75d03 100644 (file)
@@ -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;}
 }