aboutsummaryrefslogtreecommitdiff
path: root/sys/sys
diff options
context:
space:
mode:
authorMichal Meloun <mmel@FreeBSD.org>2017-10-21 12:15:12 +0000
committerMichal Meloun <mmel@FreeBSD.org>2017-10-21 12:15:12 +0000
commitc8759f09966dfedc75faea567c2f159582436709 (patch)
tree21017618af7efead4172fa2b229112966e1473df /sys/sys
parent0b08ae2120cdd08c20a2b806e2fcef4d0a36c470 (diff)
downloadsrc-c8759f09966dfedc75faea567c2f159582436709.tar.gz
src-c8759f09966dfedc75faea567c2f159582436709.zip
Add C++ decoration to auxv.v forgotten in r324815.
MFC after: 1 month
Notes
Notes: svn path=/head/; revision=324816
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/auxv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/auxv.h b/sys/sys/auxv.h
index 7c95d5f83aa8..d389bac49623 100644
--- a/sys/sys/auxv.h
+++ b/sys/sys/auxv.h
@@ -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_ */