diff options
| author | Szabolcs Nagy <nsz@port70.net> | 2016-07-03 17:03:56 +0200 | 
|---|---|---|
| committer | Rich Felker <dalias@aerifal.cx> | 2016-07-03 14:54:33 -0400 | 
| commit | 8735a921d0242be0d7e6dbe0f76f79e09d4f06dd (patch) | |
| tree | 867b39f3d800674353a877b8376ade1f160739c2 /arch/mips/bits/ioctl.h | |
| parent | 2df9ae916120212442201bbf30271a1170e508cf (diff) | |
| download | musl-8735a921d0242be0d7e6dbe0f76f79e09d4f06dd.tar.gz | |
add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
glibc ioctl.h has it too.
Diffstat (limited to 'arch/mips/bits/ioctl.h')
| -rw-r--r-- | arch/mips/bits/ioctl.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/mips/bits/ioctl.h b/arch/mips/bits/ioctl.h index 21390e44..20635bb8 100644 --- a/arch/mips/bits/ioctl.h +++ b/arch/mips/bits/ioctl.h @@ -166,6 +166,7 @@ struct winsize {  #define SIOCSIFMEM      0x8920  #define SIOCGIFMTU      0x8921  #define SIOCSIFMTU      0x8922 +#define SIOCSIFNAME     0x8923  #define SIOCSIFHWADDR   0x8924  #define SIOCGIFENCAP    0x8925  #define SIOCSIFENCAP    0x8926 | 
