3d4068b11a
The cdt.h header duplicates the signatures of standard library functions memcmp() and strcpy(), but those signatures don't match the real thing when building with a C++ compiler, because they lack the no-throw declaration glibc has. Simply dropping those redundant prototypes remedies the issue. |
||
---|---|---|
.. | ||
2.0.nix | ||
default.nix | ||
fix-broken-memcp-signature.patch |