X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fapi%2Fpoll.c;h=64cec4e3e50e2e8e22f6a6e5bcfba2d0e181ddd2;hb=2bfb414517031063e18dc4a07543e279dc07461d;hp=4ed145fe759e936416a15085a1b32726152a7b7b;hpb=d7c151575c3f0420bc5e4dcd96d8ee4165e4b56f;p=libc-test diff --git a/src/api/poll.c b/src/api/poll.c index 4ed145f..64cec4e 100644 --- a/src/api/poll.c +++ b/src/api/poll.c @@ -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;} }