commit | b7cffce8cfa3453f2ccdfd28bcab4cf85af8e88d | [log] [tgz] |
---|---|---|
author | Christophe Vu-Brugier <cvubrugier@fastmail.fm> | Thu Jul 02 10:57:23 2020 +0200 |
committer | David Howells <dhowells@redhat.com> | Mon Jul 06 18:00:28 2020 +0100 |
tree | 0b5f0274c6a6aff6fd0337c44f90954e380fcc76 | |
parent | 991c272062a4300bbd5fe22dce17ab2fb5126e3f [diff] |
Fix error when a C++ program is linked with libkeyutils Declare all the functions as extern "C" in keyutils.h to instruct a C++ compiler that these functions are not mangled. Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm> Signed-off-by: David Howells <dhowells@redhat.com>