]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/sys/poll.h
xnu-1699.22.81.tar.gz
[apple/xnu.git] / bsd / sys / poll.h
index 07d48166c592d90636ab6c2de6348caeaa5a35e3..03e44923a81dd5661dc9534f083fa838801fc9c7 100644 (file)
@@ -112,7 +112,7 @@ __BEGIN_DECLS
  * This is defined here (instead of <poll.h>) because this is where
  * traditional SVR4 code will look to find it.
  */
-extern int poll (struct pollfd *, nfds_t, int);
+extern int poll (struct pollfd *, nfds_t, int) __DARWIN_ALIAS_C(poll);
 
 __END_DECLS