forked from Imagelibrary/binutils-gdb
[gdbserver] Split a new hostio.h file out of server.h.
gdb/gdbserver/ 2013-09-05 Pedro Alves <palves@redhat.com> * server.h (handle_vFile, hostio_last_error_from_errno): Move to ... * hostio.h: ... this new file. * hostio.c, server.c, linux-low.c, nto-low.c, spu-low, win32-low.c: Include hostio.h.
This commit is contained in:
@@ -144,12 +144,6 @@ typedef int gdb_fildes_t;
|
||||
extern int handle_serial_event (int err, gdb_client_data client_data);
|
||||
extern int handle_target_event (int err, gdb_client_data client_data);
|
||||
|
||||
/* 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);
|
||||
|
||||
#include "remote-utils.h"
|
||||
|
||||
#include "common-utils.h"
|
||||
|
||||
Reference in New Issue
Block a user