Date: Sat, 21 Oct 2017 12:15:12 +0000 (UTC) From: Michal Meloun <mmel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r324816 - head/sys/sys Message-ID: <201710211215.v9LCFCol037191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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_ */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710211215.v9LCFCol037191>