Author: mmel
Date: Sat Oct 21 12:15:12 2017
New Revision: 324816
URL: https://svnweb.freebsd.org/changeset/base/324816

Log:
  Add C++ decoration to auxv.v forgotten in r324815.
  
  MFC after:    1 month

Modified:
  head/sys/sys/auxv.h

Modified: head/sys/sys/auxv.h
==============================================================================
--- head/sys/sys/auxv.h Sat Oct 21 12:06:18 2017        (r324815)
+++ head/sys/sys/auxv.h Sat Oct 21 12:15:12 2017        (r324816)
@@ -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_ */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to