Commit f9ff7bf4 authored by Alexandre Julliard's avatar Alexandre Julliard

server: Remove the use_ptrace variable.

parent 31425c4d
...@@ -71,8 +71,6 @@ ...@@ -71,8 +71,6 @@
inline static int ptrace(int req, ...) { errno = EPERM; return -1; /*FAIL*/ } inline static int ptrace(int req, ...) { errno = EPERM; return -1; /*FAIL*/ }
#endif /* HAVE_SYS_PTRACE_H */ #endif /* HAVE_SYS_PTRACE_H */
static const int use_ptrace = 1; /* set to 0 to disable ptrace */
/* handle a status returned by wait4 */ /* handle a status returned by wait4 */
static int handle_child_status( struct thread *thread, int pid, int status, int want_sig ) static int handle_child_status( struct thread *thread, int pid, int status, int want_sig )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment