seccomp: s/seccomp_notif_receive/seccomp_notify_receive/g

Align with upstream libseccomp. Signed-off-by: 's avatarChristian Brauner <christian.brauner@ubuntu.com>
parent da9c8317
...@@ -1354,7 +1354,7 @@ int seccomp_notify_handler(int fd, uint32_t events, void *data, ...@@ -1354,7 +1354,7 @@ int seccomp_notify_handler(int fd, uint32_t events, void *data,
return minus_one_set_errno(EINVAL); return minus_one_set_errno(EINVAL);
} }
ret = seccomp_notif_receive(fd, req); ret = seccomp_notify_receive(fd, req);
if (ret) { if (ret) {
SYSERROR("Failed to read seccomp notification"); SYSERROR("Failed to read seccomp notification");
goto out; goto out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment