unikraft / lib-musl

musl: A C standard library
Other
8 stars 27 forks source link

Fix C++ build issues w/ LLVM 14 (C++17 support) #45

Closed andreittr closed 1 year ago

andreittr commented 1 year ago

A set of fixes to enable building alongside LLVM 14 libcxx & friends:

This is part of a patch set consisting of:

Tested with GCC 11, 12 & 13, and clang 16.

edit: rebased & removed already upstreamed patches edit2: rebased

andreittr commented 1 year ago

@andreittr the ioctl signature commit is already covered by this, please remove that one.

Thanks for the heads-up, removed and rebased.