https://bugs.freedesktop.org/show_bug.cgi?id=85319
Vladimir <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Vladimir <[email protected]> --- No need to confirm I think - the POSIX specification specifies the ioctl(int, int, ...) prototype: http://pubs.opengroup.org/onlinepubs/9699919799/functions/ioctl.html (previous versions also have the same, just linking to the latest one). So this is yet another instance of glibc being glibc... For ioctl specifically, the current `#ifdef sun` can probably be changed to check _XOPEN_SOURCE >= 500 (or similar, I have not tried it and instead patched it directly). I will have a build of pulseaudio 6.0 to test soon on my desktop which I will test and report with any further issues. By the way, what was the reasoning behind reusing the system stat/open/ioctl function names in padsp.c specifically - I see that there are functions like pa_fopen_* already defined elsewhere? -- 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
