mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Make code not have a -Warray-parameter warning.
PiperOrigin-RevId: 467842322 Change-Id: Ic262a3f98fa823ef524ac02d08b2f5b8f4adf71d
This commit is contained in:
parent
deb3c8e77b
commit
28504f1817
|
@ -30,8 +30,9 @@ class SyscallTable {
|
|||
|
||||
absl::string_view GetName(int syscall) const;
|
||||
|
||||
std::vector<std::string> GetArgumentsDescription(
|
||||
int syscall, const uint64_t values[syscalls::kMaxArgs], pid_t pid) const;
|
||||
std::vector<std::string> GetArgumentsDescription(int syscall,
|
||||
const uint64_t values[],
|
||||
pid_t pid) const;
|
||||
|
||||
private:
|
||||
constexpr SyscallTable() = default;
|
||||
|
|
Loading…
Reference in New Issue
Block a user