]> granicus.if.org Git - strace/blobdiff - tests/access.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / access.c
index 2920db504dd7fe7e9e7daea5d09eda403f75706e..4420ba3c3007b07d389cfcb0f1585f6f5760e5b9 100644 (file)
@@ -1,5 +1,5 @@
 #include "tests.h"
-#include <sys/syscall.h>
+#include <asm/unistd.h>
 
 #ifdef __NR_access
 
@@ -19,6 +19,7 @@ main(void)
        printf("access(\"%s\", R_OK|W_OK|X_OK) = %ld %s (%m)\n",
               sample, rc, errno2name());
 
+       puts("+++ exited with 0 +++");
        return 0;
 }