Signed-off-by: Paul Moore <[email protected]>
---
src/api.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/api.c b/src/api.c
index a5a1a9a..86e5f9d 100644
--- a/src/api.c
+++ b/src/api.c
@@ -501,7 +501,6 @@ API int seccomp_rule_add_array(scmp_filter_ctx ctx,
0, action, syscall, arg_cnt, arg_array);
}
-
/* NOTE - function header comment in include/seccomp.h */
API int seccomp_rule_add(scmp_filter_ctx ctx,
uint32_t action, int syscall,
@@ -524,7 +523,6 @@ API int seccomp_rule_add(scmp_filter_ctx ctx,
return rc;
}
-
/* NOTE - function header comment in include/seccomp.h */
API int seccomp_rule_add_exact_array(scmp_filter_ctx ctx,
uint32_t action, int syscall,
@@ -538,7 +536,6 @@ API int seccomp_rule_add_exact_array(scmp_filter_ctx ctx,
1, action, syscall, arg_cnt, arg_array);
}
-
/* NOTE - function header comment in include/seccomp.h */
API int seccomp_rule_add_exact(scmp_filter_ctx ctx,
uint32_t action, int syscall,
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
libseccomp-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libseccomp-discuss