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/powerpc64/bits | |
parent | 2df9ae916120212442201bbf30271a1170e508cf (diff) | |
download | musl-8735a921d0242be0d7e6dbe0f76f79e09d4f06dd.tar.gz musl-8735a921d0242be0d7e6dbe0f76f79e09d4f06dd.tar.xz musl-8735a921d0242be0d7e6dbe0f76f79e09d4f06dd.zip |
add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
glibc ioctl.h has it too.
Diffstat (limited to 'arch/powerpc64/bits')
-rw-r--r-- | arch/powerpc64/bits/ioctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc64/bits/ioctl.h b/arch/powerpc64/bits/ioctl.h index f26bb757..43839946 100644 --- a/arch/powerpc64/bits/ioctl.h +++ b/arch/powerpc64/bits/ioctl.h @@ -182,6 +182,7 @@ struct winsize { #define SIOCSIFMEM 0x8920 #define SIOCGIFMTU 0x8921 #define SIOCSIFMTU 0x8922 +#define SIOCSIFNAME 0x8923 #define SIOCSIFHWADDR 0x8924 #define SIOCGIFENCAP 0x8925 #define SIOCSIFENCAP 0x8926 |