]> xenbits.xensource.com Git - unikraft/unikraft.git/commit
lib/nolibc: Import sys/wait.h from musl
authorMichalis Pappas <michalis@unikraft.io>
Fri, 12 Jan 2024 10:10:10 +0000 (11:10 +0100)
committerUnikraft Bot <monkey@unikraft.io>
Wed, 30 Apr 2025 09:56:07 +0000 (09:56 +0000)
commit8b9c32579c7d86638077d5087afed0a4c07988e6
tree6658b4c8a70232ca0258872aea4ae895a2b06ccc
parentbcf8fd63d4f2586c2638c8dfee825a62f8de2602
lib/nolibc: Import sys/wait.h from musl

Import sys/wait.h from musl with minor changes:
 - Replace <bits/alltypes.h> with
   <nolibc-internal/shareddefs.h>

Source of import:
- Repository: https://git.musl-libc.org/cgit/musl
- Tag: v1.2.4 (f5f55d65)
- Path: musl/include/sys/wait.in

Checkpatch-Ignore: LOGICAL_CONTINUATIONS
Checkpatch-Ignore: FUNCTION_ARGUMENTS
Checkpatch-Ignore: LEADING_SPACE
Checkpatch-Ignore: SPACING
Signed-off-by: Michalis Pappas <michalis@unikraft.io>
Approved-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Andrei Tatar <andrei@unikraft.io>
Reviewed-by: Sergiu Moga <sergiu@unikraft.io>
GitHub-Closes: #1630
lib/nolibc/musl-imported/include/sys/wait.h [new file with mode: 0644]