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
2015-08-16 20:37:47 +00:00
..
ca-certificates ca-certificates: update to version 20150426 2015-05-31 17:45:54 +00:00
fstools fstools: fstab.init fix spelling 2015-07-08 14:26:12 +00:00
mountd
mtd mtd: add missing <endian.h> include 2015-06-05 09:00:02 +00:00
opkg opkg: ensure image provided feeds are available after sysupgrade 2015-07-25 12:12:28 +00:00
procd procd: fix seccomp build on some architectures 2015-08-16 20:37:47 +00:00
rpcd rpcd: update to the latest version 2015-07-15 08:23:28 +00:00
ubox ubox: update to latest git HEAD 2015-07-14 07:44:14 +00:00
ubus ubus: bump to latest git HEAD 2015-07-07 13:48:17 +00:00
uci
udev
usign
zram-swap