diff options
Diffstat (limited to 'gdb/fbsd-nat.c')
-rw-r--r-- | gdb/fbsd-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/fbsd-nat.c b/gdb/fbsd-nat.c index f38d5d8..ad26503 100644 --- a/gdb/fbsd-nat.c +++ b/gdb/fbsd-nat.c @@ -983,7 +983,7 @@ fbsd_nat_target::async (bool enable) if (enable) { if (!async_file_open ()) - internal_error (__FILE__, __LINE__, "failed to create event pipe."); + internal_error ("failed to create event pipe."); add_file_handler (async_wait_fd (), handle_target_event, NULL, "fbsd-nat"); |