aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/utils.h')
-rw-r--r--gdb/gdbserver/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/utils.h b/gdb/gdbserver/utils.h
index 5437faa..2bc7a6e 100644
--- a/gdb/gdbserver/utils.h
+++ b/gdb/gdbserver/utils.h
@@ -16,10 +16,10 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef UTILS_H
-#define UTILS_H
+#ifndef GDBSERVER_UTILS_H
+#define GDBSERVER_UTILS_H
char *paddress (CORE_ADDR addr);
char *pfildes (gdb_fildes_t fd);
-#endif /* UTILS_H */
+#endif /* GDBSERVER_UTILS_H */