Add C++ decoration to auxv.v forgotten in r324815.

MFC after:	1 month
This commit is contained in:
mmel 2017-10-21 12:15:12 +00:00
parent 990c7fb044
commit b1085812be

View File

@ -32,6 +32,8 @@
#include <sys/types.h>
#include <machine/elf.h>
__BEGIN_DECLS
int elf_aux_info(int aux, void *buf, int buflen);
__END_DECLS
#endif /* !_SYS_AUXV_H_ */