* hostio.c: Don't include errno.h.
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index f5bf5dce472f411076da572958a7a2adb9678b34..c2b66c34227e97e9fd61f1aaa70c5b5ac82270ee 100644 (file)
@@ -2053,6 +2053,8 @@ static struct target_ops linux_target_ops = {
   NULL,
 #endif
   linux_arch_string,
+  NULL,
+  hostio_last_error_from_errno,
 };
 
 static void
This page took 0.034233 seconds and 4 git commands to generate.