2003-06-10 Andrew Cagney <cagney@redhat.com>

* remote-fileio.h (REMOTE_FILEIO_H): Replace FILEIO_H.
	* Makefile.in (remote-fileio.o): Update dependencies.
	* remote-fileio.c: Include "gdb_wait.h" and "gdb_stat.h".  Do not
	include <setjmp.h>, or <sys/types.h> conditional on USG.
	(remote_fio_jmp_buf): Delete global variable.
This commit is contained in:
Andrew Cagney 2003-06-10 19:29:57 +00:00
parent 6aeb981f43
commit 0ef75e1148
4 changed files with 15 additions and 11 deletions

View file

@ -21,8 +21,8 @@
/* See the GDB User Guide for details of the GDB remote protocol. */
#ifndef FILEIO_H
#define FILEIO_H
#ifndef REMOTE_FILEIO_H
#define REMOTE_FILEIO_H
/* Unified interface to remote fileio, called in remote.c from
remote_wait () and remote_async_wait () */