Re: [libseccomp-discuss] [PATCH] api: make the header usable by a c++ compiler

2012-08-02 Thread Paul Moore
On Thursday, August 02, 2012 01:24:41 AM tmpsan...@gmail.com wrote: > From: "Thiago Marcos P. Santos" > > Signed-off-by: Thiago Marcos P. Santos > --- > include/seccomp.h |8 > 1 file changed, 8 insertions(+) Great, thank you. Applied to both the master and release-1.0.0 branch.

Re: [libseccomp-discuss] [PATCH] api: make the header usable by a c++ compiler

2012-08-01 Thread Thiago Marcos P. Santos
On Thu, Aug 2, 2012 at 1:24 AM, wrote: > From: "Thiago Marcos P. Santos" > > Signed-off-by: Thiago Marcos P. Santos > --- > include/seccomp.h |8 > 1 file changed, 8 insertions(+) > > diff --git a/include/seccomp.h b/include/seccomp.h > index 42ad4fb..220e233 100644 > --- a/includ

[libseccomp-discuss] [PATCH] api: make the header usable by a c++ compiler

2012-08-01 Thread tmpsantos
From: "Thiago Marcos P. Santos" Signed-off-by: Thiago Marcos P. Santos --- include/seccomp.h |8 1 file changed, 8 insertions(+) diff --git a/include/seccomp.h b/include/seccomp.h index 42ad4fb..220e233 100644 --- a/include/seccomp.h +++ b/include/seccomp.h @@ -25,6 +25,10 @@ #in