#!/bin/sh

# Check memfd_create syscall decoding.

. "${srcdir=.}/init.sh"

run_prog
run_strace -e memfd_create $args
match_grep

exit 0