https://bugs.freedesktop.org/show_bug.cgi?id=85319
David Henningsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from David Henningsson <[email protected]> --- I wonder if this is really a PulseAudio problem. I looked at ioctl as that was the first build problem. In the glibc headers (copy/paste from /usr/include/x86_64-linux-gnu/sys/ioctl.h) it is defined as: extern int ioctl (int __fd, unsigned long int __request, ...) __THROW; If musl libc defines ioctl as "int ioctl(int, int, ...)" instead of "int ioctl(int, unsigned long int, ...)", then that looks like a bug in either musl libc or glibc, not PulseAudio. Could you confirm with the Musl people? -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
