]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/syscall_shim: Add `uk_syscall_do_` syms for execenv registrations
authorSergiu Moga <sergiu@unikraft.io>
Mon, 24 Mar 2025 09:03:56 +0000 (11:03 +0200)
committerUnikraft Bot <monkey@unikraft.io>
Thu, 17 Apr 2025 12:33:46 +0000 (12:33 +0000)
commit2cfd3b6002714a515c5f5aaa34872ca17da9ab4f
tree46a0512d2d359d9d8850fba6c0ff2b50eef24161
parent21a1a44da1e4e7bcea221175aa6a84a397dce160
lib/syscall_shim: Add `uk_syscall_do_` syms for execenv registrations

Because of the unnecessary conditional during syscall symbols
generation, execenv syscall registrations would not benefit from
having their `uk_syscall_do_` symbol generated automatically.
Fix this by removing this conditional.

Signed-off-by: Sergiu Moga <sergiu@unikraft.io>
Approved-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Michalis Pappas <michalis@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
GitHub-Closes: #1618
lib/syscall_shim/syscall_gensyms.awk