You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/system
Hauke Mehrtens cae35b268c procd: fix seccomp build on some architectures
fix generating syscall-names.h

Sometimes the syscall number is not defined with a number but with an
offset to an other syscall and then make_syscall_h.sh created some
broken header file.

For example the bit/syscall.h from musl for i386 has this:

  #define __NR_timer_create     259
  #define __NR_timer_settime    (__NR_timer_create+1)

With this patch the resulting array looks like this:

 [259] = "timer_create",
 [(__NR_timer_create+1)] = "timer_settime",

This closes #20195.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

SVN-Revision: 46612
9 years ago
..
ca-certificates ca-certificates: update to version 20150426 9 years ago
fstools fstools: fstab.init fix spelling 9 years ago
mountd license info - revert r43155 10 years ago
mtd mtd: add missing <endian.h> include 9 years ago
opkg opkg: ensure image provided feeds are available after sysupgrade 9 years ago
procd procd: fix seccomp build on some architectures 9 years ago
rpcd rpcd: update to the latest version 9 years ago
ubox ubox: update to latest git HEAD 9 years ago
ubus ubus: bump to latest git HEAD 9 years ago
uci uci: update to the latest version, fixes a regression in handling empty/comment lines in uci batch 9 years ago
udev license info - revert r43155 10 years ago
usign usign: update to the latest version, use libubox base64 code 9 years ago
zram-swap license info - revert r43155 10 years ago