Update the return type of gdb_ptrace to be more flexible
[deliverable/binutils-gdb.git] / gdb / x86-bsd-nat.c
index 9e2bea1e0208638b3453e1191bb1f540bb075114..e2ebf5f2e5049b9d191988eac17b879b154011b3 100644 (file)
@@ -33,7 +33,7 @@
 #include "inf-ptrace.h"
 \f
 
-static int
+static PTRACE_TYPE_RET
 gdb_ptrace (PTRACE_TYPE_ARG1 request, ptid_t ptid, PTRACE_TYPE_ARG3 addr)
 {
 #ifdef __NetBSD__
This page took 0.024959 seconds and 4 git commands to generate.