summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/poll.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/poll.h b/include/poll.h
index 8810bca..eaa1856 100644
--- a/include/poll.h
+++ b/include/poll.h
@@ -27,7 +27,6 @@ __fortify_ppoll(struct pollfd *fds, nfds_t nfds,
27 __builtin_trap(); 27 __builtin_trap();
28 return ppoll(fds, nfds, timeout, mask); 28 return ppoll(fds, nfds, timeout, mask);
29} 29}
30
31#endif 30#endif
32 31
33#undef poll 32#undef poll