* hostio.c: Don't include errno.h.
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.h
index 745d7b63f4b85ad0d22f599ffe004e9fa358a665..107813b83984b8f800f5c449b6d2b81eb162fc72 100644 (file)
@@ -159,6 +159,9 @@ extern jmp_buf toplevel;
 /* Functions from hostio.c.  */
 extern int handle_vFile (char *, int, int *);
 
+/* Functions from hostio-errno.c.  */
+extern void hostio_last_error_from_errno (char *own_buf);
+
 /* From remote-utils.c */
 
 extern int remote_debug;
This page took 0.025876 seconds and 4 git commands to generate.