Remove loops within futex signals on Linux

This commit is contained in:
gingerBill
2023-01-02 22:13:49 +00:00
parent d36c3c2590
commit bc9ee8e1a4
2 changed files with 9 additions and 17 deletions

View File

@@ -1471,7 +1471,7 @@ gb_internal bool check_proc_body(CheckerContext *ctx_, Token token, DeclInfo *de
continue;
}
if (is_blank_ident(e->token)) {
error(e->token, "'using' a procedure parameter requires a non blank identifier");
error(e->token, "'using' a procedure parameter requires a non blank identifier");
break;
}