mirror of
https://git.musl-libc.org/git/musl
synced 2025-02-13 08:44:08 +03:00
fix mips ioctl macros to match linux asm/sockios.h
This commit is contained in:
parent
670d6d01f5
commit
02b50c9d0a
@ -139,11 +139,11 @@ struct winsize {
|
|||||||
#define N_SYNC_PPP 14
|
#define N_SYNC_PPP 14
|
||||||
#define N_HCI 15
|
#define N_HCI 15
|
||||||
|
|
||||||
#define FIOSETOWN 0x8901
|
#define FIOGETOWN _IOR('f', 123, int)
|
||||||
#define SIOCSPGRP 0x8902
|
#define FIOSETOWN _IOW('f', 124, int)
|
||||||
#define FIOGETOWN 0x8903
|
#define SIOCATMARK _IOR('s', 7, int)
|
||||||
#define SIOCGPGRP 0x8904
|
#define SIOCSPGRP _IOW('s', 8, pid_t)
|
||||||
#define SIOCATMARK 0x8905
|
#define SIOCGPGRP _IOR('s', 9, pid_t)
|
||||||
#define SIOCGSTAMP 0x8906
|
#define SIOCGSTAMP 0x8906
|
||||||
|
|
||||||
#define SIOCADDRT 0x890B
|
#define SIOCADDRT 0x890B
|
||||||
|
@ -139,11 +139,11 @@ struct winsize {
|
|||||||
#define N_SYNC_PPP 14
|
#define N_SYNC_PPP 14
|
||||||
#define N_HCI 15
|
#define N_HCI 15
|
||||||
|
|
||||||
#define FIOSETOWN 0x8901
|
#define FIOGETOWN _IOR('f', 123, int)
|
||||||
#define SIOCSPGRP 0x8902
|
#define FIOSETOWN _IOW('f', 124, int)
|
||||||
#define FIOGETOWN 0x8903
|
#define SIOCATMARK _IOR('s', 7, int)
|
||||||
#define SIOCGPGRP 0x8904
|
#define SIOCSPGRP _IOW('s', 8, pid_t)
|
||||||
#define SIOCATMARK 0x8905
|
#define SIOCGPGRP _IOR('s', 9, pid_t)
|
||||||
#define SIOCGSTAMP 0x8906
|
#define SIOCGSTAMP 0x8906
|
||||||
|
|
||||||
#define SIOCADDRT 0x890B
|
#define SIOCADDRT 0x890B
|
||||||
|
@ -139,11 +139,11 @@ struct winsize {
|
|||||||
#define N_SYNC_PPP 14
|
#define N_SYNC_PPP 14
|
||||||
#define N_HCI 15
|
#define N_HCI 15
|
||||||
|
|
||||||
#define FIOSETOWN 0x8901
|
#define FIOGETOWN _IOR('f', 123, int)
|
||||||
#define SIOCSPGRP 0x8902
|
#define FIOSETOWN _IOW('f', 124, int)
|
||||||
#define FIOGETOWN 0x8903
|
#define SIOCATMARK _IOR('s', 7, int)
|
||||||
#define SIOCGPGRP 0x8904
|
#define SIOCSPGRP _IOW('s', 8, pid_t)
|
||||||
#define SIOCATMARK 0x8905
|
#define SIOCGPGRP _IOR('s', 9, pid_t)
|
||||||
#define SIOCGSTAMP 0x8906
|
#define SIOCGSTAMP 0x8906
|
||||||
|
|
||||||
#define SIOCADDRT 0x890B
|
#define SIOCADDRT 0x890B
|
||||||
|
Loading…
x
Reference in New Issue
Block a user