]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/bits/poll2.h
bits/poll2.h needs __BEGIN/__END_DECLS
[thirdparty/glibc.git] / io / bits / poll2.h
index 7a9dd8a30b4ff8879b46071cbd178a2b61dc127e..182e97baf24b3915d475e6a72f607f681916d75d 100644 (file)
@@ -22,6 +22,8 @@
 #endif
 
 
+__BEGIN_DECLS
+
 extern int __REDIRECT (__poll_alias, (struct pollfd *__fds, nfds_t __nfds,
                                      int __timeout), poll);
 extern int __poll_chk (struct pollfd *__fds, nfds_t __nfds, int __timeout,
@@ -76,3 +78,5 @@ ppoll (struct pollfd *__fds, nfds_t __nfds, const struct timespec *__timeout,
   return __ppoll_alias (__fds, __nfds, __timeout, __ss);
 }
 #endif
+
+__END_DECLS