aboutgitcodelistschat:MatrixIRC
path: root/operations.c
diff options
context:
space:
mode:
Diffstat (limited to 'operations.c')
-rw-r--r--operations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/operations.c b/operations.c
index 5d295c6..6cd1c48 100644
--- a/operations.c
+++ b/operations.c
@@ -314,7 +314,7 @@ int op_fd(const struct seccomp_notif *req, int notifier,
{
const struct fd_desc *desc = gluten_ptr(&req->data, g, op->desc);
struct seccomp_notif_addfd resp;
- void *fd;
+ const void *fd;
if (!desc)
return -1;