openwrtv4/package
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
..
base-files base-files: buttons: make power script return 0 2015-08-12 00:57:53 +00:00
boot sunxi: fix uboot install location 2015-08-15 14:34:42 +00:00
devel oprofile: fix path to kernel headers 2015-08-13 19:02:21 +00:00
firmware kernel: add staging r8188eu module (3.13) 2014-04-30 21:53:29 +00:00
kernel kernel: crypto: fix depends in kmod-crypto-hmac 2015-08-09 17:18:10 +00:00
libs cyassl: the upstream package in version 4.6.0 changed 2015-08-03 20:34:28 +00:00
network samba36: preserve smbpasswd across sysupgrade 2015-08-15 14:49:06 +00:00
system procd: fix seccomp build on some architectures 2015-08-16 20:37:47 +00:00
utils ubi-utils: fix build with gcc5 2015-08-16 20:16:43 +00:00
Makefile build: Prevent more gzip timestamps 2015-07-14 09:57:45 +00:00