]> xenbits.xensource.com Git - unikraft/libs/musl.git/commit
Properly cast the system call input and outputs
authorMarco Schlumpp <marco@unikraft.io>
Tue, 18 Apr 2023 12:54:56 +0000 (14:54 +0200)
committerUnikraft <monkey@unikraft.io>
Thu, 4 May 2023 14:30:06 +0000 (14:30 +0000)
commite69706237d252cd7fea02a7414cae961bbb6c184
treef02b06f60747a4888f072835e34691e43655fb16
parent3d279ddb1ab2390f55070d165d66f7aa162871ba
Properly cast the system call input and outputs

On clang, this statement caused compiler errors instead of only
warnings.

Signed-off-by: Marco Schlumpp <marco@unikraft.io>
Reviewed-by: Eduard Vintilă <eduard.vintila47@gmail.com>
Reviewed-by: Sergiu Moga <sergiu.moga@protonmail.com>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #41
__uk_init_tls.c