X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..7ee9d059c4eecf68ae4f8b0fb99ae2471eda79af:/bsd/sys/poll.h diff --git a/bsd/sys/poll.h b/bsd/sys/poll.h index 07d48166c..03e44923a 100644 --- a/bsd/sys/poll.h +++ b/bsd/sys/poll.h @@ -112,7 +112,7 @@ __BEGIN_DECLS * This is defined here (instead of ) 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