diff options
Diffstat (limited to 'gdb/inf-child.c')
-rw-r--r-- | gdb/inf-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inf-child.c b/gdb/inf-child.c index d722509..75944a0 100644 --- a/gdb/inf-child.c +++ b/gdb/inf-child.c @@ -386,7 +386,7 @@ inf_child_can_use_agent (void) struct target_ops * inf_child_target (void) { - struct target_ops *t = XZALLOC (struct target_ops); + struct target_ops *t = XCNEW (struct target_ops); t->to_shortname = "child"; t->to_longname = "Unix child process"; |