diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-10 15:54:07 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-11 11:45:22 +0100 |
| commit | a46637766bbcad3ccb5b18ef9db77bd9244b2341 (patch) | |
| tree | b42cfe12a3e014190b32d8143ba41fd4ae415145 /sys/linux/socket_netrom_arm.const | |
| parent | 02a19b646c19a4a75c3efc00a32c564eeabb4bdf (diff) | |
sys/linux: regenerate arm consts + small netlink fixed
Arm was broken on upstream kernel for some time
due to some assembler error. Now it seems to be fixed,
so regenerate consts.
Also fix small issues in new netlink descriptions.
Diffstat (limited to 'sys/linux/socket_netrom_arm.const')
| -rw-r--r-- | sys/linux/socket_netrom_arm.const | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/linux/socket_netrom_arm.const b/sys/linux/socket_netrom_arm.const index 4b39fba12..337ee9685 100644 --- a/sys/linux/socket_netrom_arm.const +++ b/sys/linux/socket_netrom_arm.const @@ -13,6 +13,7 @@ SOL_NETROM = 259 TIOCINQ = 21531 TIOCOUTQ = 21521 __NR_accept = 285 +__NR_accept4 = 366 __NR_bind = 282 __NR_connect = 283 __NR_getpeername = 287 |
