]> granicus.if.org Git - strace/blobdiff - tests/llseek.c
tests: extend TEST_NETLINK_OBJECT macro
[strace] / tests / llseek.c
index 9df2c088d7f4a2637c5c3744be4ab52c4b2eb9d0..e687e947a1b87ba8e3cf158ad021bf337d53981b 100644 (file)
  */
 
 #include "tests.h"
-#include <sys/syscall.h>
+#include <asm/unistd.h>
 
 #ifdef __NR__llseek
 
-# include <assert.h>
-# include <errno.h>
 # include <stdio.h>
 # include <unistd.h>