]> sourceware.org Git - valgrind.git/commitdiff
syscall
authorBart Van Assche <bvanassche@acm.org>
Mon, 20 Jun 2022 19:46:40 +0000 (12:46 -0700)
committerBart Van Assche <bvanassche@acm.org>
Sat, 24 Dec 2022 16:18:01 +0000 (08:18 -0800)
memcheck/tests/arm64-linux/scalar.h
memcheck/tests/x86-linux/scalar.h

index 9008816d6e87eda83332028e016ff630831b2a7b..3dbfa79673401b761e0285704098ac31f0742704 100644 (file)
@@ -1,6 +1,3 @@
-/* This is the arm64 variant of memcheck/tests/x86-linux/scalar.h */
-#include "../../../include/vki/vki-scnums-arm64-linux.h"
-
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
@@ -11,10 +8,7 @@
 #include <sys/ptrace.h>
 #include <sys/types.h>
 #include <sys/mman.h>
-
-// Since we use vki_unistd.h, we can't include <unistd.h>.  So we have to
-// declare this ourselves.
-extern long int syscall (long int __sysno, ...) __THROW;
+#include <unistd.h>
 
 // Thorough syscall scalar arg checking.  Also serves as thorough checking
 // for (very) basic syscall use.  Generally not trying to do anything
index ef28b035508cf5c3d358b239e3f78b5dee582ea5..3dbfa79673401b761e0285704098ac31f0742704 100644 (file)
@@ -1,5 +1,3 @@
-#include "../../../include/vki/vki-scnums-x86-linux.h"
-
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
@@ -10,10 +8,7 @@
 #include <sys/ptrace.h>
 #include <sys/types.h>
 #include <sys/mman.h>
-
-// Since we use vki_unistd.h, we can't include <unistd.h>.  So we have to
-// declare this ourselves.
-extern long int syscall (long int __sysno, ...) __THROW;
+#include <unistd.h>
 
 // Thorough syscall scalar arg checking.  Also serves as thorough checking
 // for (very) basic syscall use.  Generally not trying to do anything
This page took 0.449463 seconds and 5 git commands to generate.