mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
use final glibc eventfd() instead of our homegrown syscall invocations
This commit is contained in:
parent
8e71787551
commit
6baec251d2
2 changed files with 14 additions and 37 deletions
|
|
@ -296,6 +296,7 @@ AC_CHECK_HEADERS([windows.h winsock2.h ws2tcpip.h])
|
|||
AC_CHECK_HEADERS([sys/ioctl.h])
|
||||
AC_CHECK_HEADERS([byteswap.h])
|
||||
AC_CHECK_HEADERS([sys/syscall.h])
|
||||
AC_CHECK_HEADERS([sys/eventfd.h])
|
||||
|
||||
#### Typdefs, structures, etc. ####
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue