summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsin2015-03-07 10:32:28 +0000
committersin2015-03-07 10:32:28 +0000
commit8cb1c705b1c9d1a13d16d01f9bb22780c0528363 (patch)
tree5795c4846f642297275eddadf3242b7624fd4cb6 /include
parenta15fe65f92b7b91b952aed44bcc65aa30e9cd23d (diff)
Style fix
Diffstat (limited to 'include')
-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