mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
(linux_test_for_tracefork): Back out turd from previous check-in.
This commit is contained in:
@ -2523,8 +2523,6 @@ linux_test_for_tracefork (void)
|
|||||||
|
|
||||||
linux_supports_tracefork_flag = 0;
|
linux_supports_tracefork_flag = 0;
|
||||||
|
|
||||||
return;
|
|
||||||
|
|
||||||
/* Use CLONE_VM instead of fork, to support uClinux (no MMU). */
|
/* Use CLONE_VM instead of fork, to support uClinux (no MMU). */
|
||||||
#ifdef __ia64__
|
#ifdef __ia64__
|
||||||
child_pid = __clone2 (linux_tracefork_child, stack, STACK_SIZE,
|
child_pid = __clone2 (linux_tracefork_child, stack, STACK_SIZE,
|
||||||
|
Reference in New Issue
Block a user