1d71a307e9
__BEGIN_DECLS and __END_DECLS are already defined in the NetBSD's standard C library as an internal definition and redefinition of it causes errors. The possible solutions are to rename the definitions or take rid of them. Actually __BEGIN_DECLS and __END_DECLS are used only once and encapsulate 'extern "C" {' and '}', so they aren't really helping more then obfuscating the code. Signed-off-by: Panu Matilainen <pmatilai@redhat.com> |
||
---|---|---|
.. | ||
Makefile.am | ||
fnmatch.c | ||
fnmatch.h | ||
fts.c | ||
fts.h | ||
stpcpy.c | ||
stpncpy.c |