gdb: remove HAVE_DECL_PTRACE
[deliverable/binutils-gdb.git] / gdb / nat / gdb_ptrace.h
index 9c2587f2e822a9a55394f46fa71d724cb61ebfdd..1278246559c00609ad4dd6b8244cddd6f016cc3a 100644 (file)
 # endif
 #endif
 
-/* Some systems, in particular DEC OSF/1, Digital Unix, Compaq Tru64
-   or whatever it's called these days, don't provide a prototype for
-   ptrace.  Provide one to silence compiler warnings.  */
-
-#ifndef HAVE_DECL_PTRACE
-extern PTRACE_TYPE_RET ptrace();
-#endif
-
 /* Some systems, at least AIX and HP-UX have a ptrace with five
    arguments.  Since we never use the fifth argument, define a ptrace
    macro that calls the real ptrace with the last argument set to
This page took 0.023744 seconds and 4 git commands to generate.