Add __BEGIN_DECLS to jail.h to keep C++ happy.
PR: 238928 Reported by: yuri@
This commit is contained in:
parent
5f1198f36b
commit
0820428967
@ -110,11 +110,13 @@ struct xprison {
|
||||
|
||||
struct iovec;
|
||||
|
||||
__BEGIN_DECLS
|
||||
int jail(struct jail *);
|
||||
int jail_set(struct iovec *, unsigned int, int);
|
||||
int jail_get(struct iovec *, unsigned int, int);
|
||||
int jail_attach(int);
|
||||
int jail_remove(int);
|
||||
__END_DECLS
|
||||
|
||||
#else /* _KERNEL */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user