ngscopeclient / xptools

Cross-platform helper classes/functions too small to deserve their own library. Normally pulled into larger repos as a submodule.
BSD 3-Clause "New" or "Revised" License
3 stars 25 forks source link

Fix for musl libc #23

Closed d235j closed 7 months ago

d235j commented 7 months ago

musl libc does not use __THROW, so define it as blank if it hasn't already been defined.