svn commit: r324816 - head/sys/sys

Michal Meloun mmel at FreeBSD.org
Sat Oct 21 12:15:13 UTC 2017


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_ */


More information about the svn-src-all mailing list