]> xenbits.xensource.com Git - unikraft/libs/libcxx.git/commit
patches: Include the first stddef header file
authorStefan Jumarea <stefanjumarea02@gmail.com>
Sat, 29 Oct 2022 10:27:50 +0000 (13:27 +0300)
committerUnikraft <monkey@unikraft.io>
Fri, 18 Nov 2022 10:20:28 +0000 (10:20 +0000)
commit26f1d702c861ea7646001e7771f278ee25b66027
tree80d339522143c8fde846075d29bfd0cddd4190a9
parent30e1eb4c9f8a2f87b533058ab1c3cc25fbc3edd4
patches: Include the first stddef header file

When using Musl, the build breaks because the `include_next` cannot find
a new `stddef.h` header file.

Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
Reviewed-by: Maria Sfiraiala <maria.sfiraiala@gmail.com>
Reviewed-by: Razvan Deaconescu <razvand@unikraft.io>
Approved-by: Razvan Deaconescu <razvand@unikraft.io>
Tested-by: Unikraft CI <monkey@unikraft.io>
GitHub-Closes: #18
patches/0007-Include-the-first-stddef-header-file.patch [new file with mode: 0644]