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/Android.bp b/libc/Android.bp
index a5bc482..7b902dc 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -2395,7 +2395,7 @@
     name: "generate_app_zygote_blocklist",
     out: ["SECCOMP_BLOCKLIST_APP_ZYGOTE.TXT"],
     srcs: ["SECCOMP_BLOCKLIST_APP.TXT"],
-    cmd: "grep -v '^int[ \t]*setresgid' $(in) > $(out)",
+    cmd: "grep -v '^setresgid' $(in) > $(out)",
 }
 
 filegroup {