1
0

proj: Add perf/

This commit is contained in:
2025-08-13 12:26:10 +02:00
parent b48c5b4921
commit 4c91cf7a6e
5 changed files with 73 additions and 1 deletions

View File

@@ -1240,7 +1240,7 @@ void sym(exit)(int status) {
char msg_buf[BUFFER_SIZE];
rcv(msg_buf, sizeof(msg_buf));
if_modify_int("exit", int, status)
else if_invalid(getopt)
else if_invalid(exit)
}
__real_exit(status);
}