aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-10 19:29:57 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-10 19:29:57 +0000
commit0ef75e11485f7a3946404d970eeaa824e1808d3c (patch)
tree10dfc5d0f85b8585ca0dc7963b44c1c3750cd64a /gdb/remote-fileio.h
parent6aeb981f43b9a523832fa3c5c86bbc2f71e881ea (diff)
downloadgdb-0ef75e11485f7a3946404d970eeaa824e1808d3c.zip
gdb-0ef75e11485f7a3946404d970eeaa824e1808d3c.tar.gz
gdb-0ef75e11485f7a3946404d970eeaa824e1808d3c.tar.bz2
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.
Diffstat (limited to 'gdb/remote-fileio.h')
-rw-r--r--gdb/remote-fileio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/remote-fileio.h b/gdb/remote-fileio.h
index 6edb163..da248ec 100644
--- a/gdb/remote-fileio.h
+++ b/gdb/remote-fileio.h
@@ -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 () */