diff options
Diffstat (limited to 'gdb/fork-child.c')
-rw-r--r-- | gdb/fork-child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fork-child.c b/gdb/fork-child.c index f1153077f59..f7b027ae0d8 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -315,7 +315,7 @@ fork_inferior (char *exec_file_arg, char *allargs, char **env, in a separate process group. */ debug_setpgrp = gdb_setpgid (); if (debug_setpgrp == -1) - perror ("setpgrp failed in child"); + perror (_("setpgrp failed in child")); } /* Ask the tty subsystem to switch to the one we specified |