diff options
| author | Kai Kang <kai.kang@windriver.com> | 2020-04-27 14:04:16 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-29 15:02:19 +0100 |
| commit | 430ef75dcfddf998f1789c7f0ac66673da7016ee (patch) | |
| tree | bcd7e42799ea41001641211985d2d50759871a62 /scripts/lib/build_perf/scrape-html-report.js | |
| parent | 48a8eb0fc207d4e97f8d5d43bda4600767b5a07b (diff) | |
| download | poky-430ef75dcfddf998f1789c7f0ac66673da7016ee.tar.gz | |
pseudo: add macro guard for seccomp
It fails to compile pseudo-native on centos 7:
| ports/linux/pseudo_wrappers.c: In function ‘prctl’:
| ports/linux/pseudo_wrappers.c:129:14: error: ‘SECCOMP_SET_MODE_FILTER’ undeclared (first use in this function)
| if (cmd == SECCOMP_SET_MODE_FILTER) {
| ^
Add macro guard for the definition to avoid the failure.
(From OE-Core rev: d1c4492cb9cf5a624bb996c94e9a1589133be014)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/build_perf/scrape-html-report.js')
0 files changed, 0 insertions, 0 deletions
