| Index: sandbox/linux/seccomp-bpf/util.h
|
| diff --git a/sandbox/linux/seccomp-bpf/util.h b/sandbox/linux/seccomp-bpf/util.h
|
| index 3e4d41b5b84cfc2b2f00107bbcffba429cea3023..2b3f22a63096edc91a8329b87dda69614c45ee20 100644
|
| --- a/sandbox/linux/seccomp-bpf/util.h
|
| +++ b/sandbox/linux/seccomp-bpf/util.h
|
| @@ -9,9 +9,9 @@ namespace playground2 {
|
|
|
| class Util {
|
| public:
|
| - static bool sendFds(int transport, const void *buf, size_t len, ...);
|
| - static bool getFds(int transport, void *buf, size_t *len, ...);
|
| - static void closeAllBut(int fd, ...);
|
| + static bool SendFds(int transport, const void *buf, size_t len, ...);
|
| + static bool GetFds(int transport, void *buf, size_t *len, ...);
|
| + static void CloseAllBut(int fd, ...);
|
| };
|
|
|
| } // namespace
|
|
|