openwrtv3/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 license info - revert r43155 2014-11-03 09:56:44 +00:00
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 uci: update to the latest version, fixes a regression in handling empty/comment lines in uci batch 2015-04-09 14:57:25 +00:00
udev license info - revert r43155 2014-11-03 09:56:44 +00:00
usign usign: update to the latest version, use libubox base64 code 2015-05-08 12:37:26 +00:00
zram-swap license info - revert r43155 2014-11-03 09:56:44 +00:00