summaryrefslogtreecommitdiff
path: root/src/api.c
diff options
context:
space:
mode:
authorPaul Moore <pmoore@redhat.com>2012-03-21 11:09:29 -0400
committerPaul Moore <pmoore@redhat.com>2012-03-21 11:09:29 -0400
commit8e9a2a169fe93cee0191ee9adc8e8c9bd178163f (patch)
tree6b2b89fe4fedee6f946ebdc5aa8b0eb5453f2c2a /src/api.c
parent20be8cae7f48a8beadae20c88e3dcfc751af82ac (diff)
downloadlibseccomp-8e9a2a169fe93cee0191ee9adc8e8c9bd178163f.tar.gz
api: remove an old comment
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'src/api.c')
-rw-r--r--src/api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/api.c b/src/api.c
index e9ebae7..bbbcf22 100644
--- a/src/api.c
+++ b/src/api.c
@@ -40,9 +40,6 @@
#define PR_ATTACH_SECCOMP_FILTER 37
#endif
-/* XXX - we need a way to handle things like socketcall() so devs don't have
- * to worry about underlying arch/platform oddities */
-
/* the underlying code supports multiple simultaneous seccomp filters, but in
* practice we really only need one per-process right now, and this is it */
static struct db_filter *filter = NULL;