-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
glibc has the following prototype for ioctl: int ioctl(int fd, unsigned long request, ...) POSIX (inc. musl) has the following for ioctl: int ioctl(int fd, int request, ...) Check which prototype is used in <sys/ioctl.h> to avoid a conflict and conditionally define the right one for the system. Bug: https://bugs.gentoo.org/914921 Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
37a803c
commit ca47ba3
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters