]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Fix typo in macro definition
authorAndrei Tatar <andrei@unikraft.io>
Thu, 4 May 2023 08:34:06 +0000 (10:34 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 1 Jun 2023 19:28:50 +0000 (19:28 +0000)
commit0034cd86313d71d7db12dc46c248ca0d8846aa8a
tree40c7144b0b051ac3325de0c661567653f7995bfa
parente52d840c0a1a6f8b8d7e61ef61e3c78275b3ca70
Fix typo in macro definition

Previously we defined the macro `UK_LIBC_SYSCALL`, however this is not
used anywhere in unikraft; `UK_LIBC_SYSCALLS` is most likely what was
meant. This commit fixes the typo.

Signed-off-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Rares Miculescu <miculescur@gmail.com>
Reviewed-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #45
Makefile.uk