regex memory corruption regression test
[libc-test] / src / api / poll.c
index 4ed145f..64cec4e 100644 (file)
@@ -21,5 +21,5 @@ C(POLLWRBAND)
 C(POLLERR)
 C(POLLHUP)
 C(POLLNVAL)
-int(*p_poll)(struct pollfd[],nfds_t,int) = poll;
+{int(*p)(struct pollfd[],nfds_t,int) = poll;}
 }