commit | 6de2a8bf83553d055156497251d8b6e1d6108f4f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 14 09:07:45 2025 -0800 |
committer | Elliott Hughes <enh@google.com> | Fri Feb 14 11:30:15 2025 -0800 |
tree | e5fc3de64da15c6fbcabce5a29ba366d8fdf2d7d | |
parent | 7a8b06dbd07b8131c167a64a3cde7de57009e751 [diff] [blame] |
Reland "Remove the return type from the syscall lists and parser." It's not used, so it's just noise. The previous attempt missed the call to grep in the .bp file that also needed to be updated. Bug: http://b/395691391 Bug: http://b/395732439 Change-Id: Ia0cc2e1882280e87a569acbaace9d84e753aad80
diff --git a/libc/SECCOMP_BLOCKLIST_COMMON.TXT b/libc/SECCOMP_BLOCKLIST_COMMON.TXT index 22c9844..0c6e1ae 100644 --- a/libc/SECCOMP_BLOCKLIST_COMMON.TXT +++ b/libc/SECCOMP_BLOCKLIST_COMMON.TXT
@@ -6,5 +6,5 @@ # # This file is processed by a python script named genseccomp.py. -int swapon(const char*, int) all -int swapoff(const char*) all +swapon(const char*, int) all +swapoff(const char*) all