mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
Rocket.Chat-Desktop still uses electron19.
electron19 still in the repo.
This reverts commit c4d86008da
.
10 lines
295 B
Diff
10 lines
295 B
Diff
--- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
|
|
+++ a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.cc
|
|
@@ -370,6 +370,7 @@
|
|
switch (sysno) {
|
|
case __NR_exit:
|
|
case __NR_exit_group:
|
|
+ case __NR_membarrier:
|
|
case __NR_wait4:
|
|
case __NR_waitid:
|
|
#if defined(__i386__)
|