From c8bf923bf0c5dc97150387f2bd5c3f9fc6925116 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Tue, 8 Nov 2022 02:52:29 +0000 Subject: [PATCH] Fix a typo. No, I don't know why this is a warning rather than an error. I'll fix that. Test: treehugger Change-Id: Ib3cb50fc4817e3fd418d2d721bda3819b0683b7c --- libc/SECCOMP_ALLOWLIST_APP.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libc/SECCOMP_ALLOWLIST_APP.TXT b/libc/SECCOMP_ALLOWLIST_APP.TXT index 39c6c53a9..7e1ecded1 100644 --- a/libc/SECCOMP_ALLOWLIST_APP.TXT +++ b/libc/SECCOMP_ALLOWLIST_APP.TXT @@ -59,4 +59,4 @@ int mkdir(const char *pathname, mode_t mode) lp32 # Not used by bionic in U because riscv64 doesn't have it, but still # used by legacy apps (http://b/254179267). -int renameat(int, const char*, int, const char*) arm,x86,arm64,x86-64 +int renameat(int, const char*, int, const char*) arm,x86,arm64,x86_64