* tests/munlockall.c: New file.
* tests/munlockall.test: New test.
* tests/.gitignore: Add munlockall.
* tests/Makefile.am (check_PROGRAMS): Likewise.
(DECODER_TESTS): Add munlockall.test.
mmsg
move_pages
mq
+munlockall
nanosleep
net-accept-connect
net-icmp_filter
mmsg \
move_pages \
mq \
+ munlockall \
nanosleep \
net-accept-connect \
net-icmp_filter \
mmsg.test \
move_pages.test \
mq.test \
+ munlockall.test \
nanosleep.test \
net-icmp_filter.test \
net-y-unix.test \
--- /dev/null
+#include "tests.h"
+
+#include <stdio.h>
+#include <sys/mman.h>
+
+int
+main(void)
+{
+ printf("munlockall() = %d\n", munlockall());
+
+ puts("+++ exited with 0 +++");
+ return 0;
+}
--- /dev/null
+#!/bin/sh
+
+# Check munlockall syscall decoding.
+
+. "${srcdir=.}/init.sh"
+run_strace_match_diff -a13