summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-03-14 16:14:41 -0500
committerJoel Sherrill <joel@rtems.org>2018-03-16 08:36:18 -0500
commita4eb7836c9d5e7526a69a753a827aee403ed12ee (patch)
tree28873e68f8a9b33866547512ea45a3b84a1b5a6e
parentbsps/arm/gdbarmsim/include/bsp.h: Fix warning (diff)
downloadrtems-a4eb7836c9d5e7526a69a753a827aee403ed12ee.tar.bz2
bsps/arm/gdbarmsim/include/bsp.h: Fix warning
-rw-r--r--bsps/arm/gdbarmsim/include/bsp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h
index 8811d5aa16..eaa06fc834 100644
--- a/bsps/arm/gdbarmsim/include/bsp.h
+++ b/bsps/arm/gdbarmsim/include/bsp.h
@@ -57,9 +57,9 @@ int gdbarmsim__isatty(int);
int gdbarmsim_gettimeofday(struct timeval *, void *);
int gdbarmsim_unlink(const char *);
int gdbarmsim_link(void);
-int gdbarmsim_stat(const char *, struct stat *);
-int gdbarmsim_fstat(int, struct stat *);
-int gdbarmsim_swistat(int fd, struct stat * st);
+/* int gdbarmsim_stat(const char *, struct stat *); */
+/* int gdbarmsim_fstat(int, struct stat *); */
+/* int gdbarmsim_swistat(int fd, struct stat * st); */
int gdbarmsim_close(int);
clock_t gdbarmsim_clock(void);
int gdbarmsim_swiclose(int);