api: shorten function checks (and put each into a different scope)
[libc-test] / src / api / sys_utsname.c
index a3fdce7..6e1aee9 100644 (file)
@@ -10,5 +10,5 @@ F(char,release[1])
 F(char,version[1])
 F(char,machine[1])
 }
-int(*p_uname)(struct utsname*) = uname;
+{int(*p)(struct utsname*) = uname;}
 }