-
-
Notifications
You must be signed in to change notification settings - Fork 9
unix sys ioctl
IsaacShelton edited this page Nov 13, 2022
·
4 revisions
[unix/sys/ioctl.adept
](https://github.com/AdeptLanguage/AdeptImport/blob/2eb8b9e05864f782fc7b75b5e62346c5643b8b72/ioctl.h>`.
define FIOCLEX = 536897025
define FIONCLEX = 536897026
define FIONREAD = 1074030207
define FIONBIO = 2147772030
define FIOASYNC = 2147772029
define FIOSETOWN = 2147772028
define FIOGETOWN = 1074030203
define FIODTYPE = 1074030202
-
foreign ioctl(int, ulong, ...) int
(MacOS) -
foreign ioctl(int, ulong, ptr) int
(non-MacOS)
#default unix_sys_ioctl_ignore_warning false