[rtems commit] gdbarmsim/include/bsp.h: Fix warnings

Joel Sherrill joel at rtems.org
Thu Aug 30 13:39:24 UTC 2018


Module:    rtems
Branch:    master
Commit:    c2e8ed6c81b1d20456ffbe812c4ee8204be60519
Changeset: http://git.rtems.org/rtems/commit/?id=c2e8ed6c81b1d20456ffbe812c4ee8204be60519

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Aug 21 10:35:16 2018 -0500

gdbarmsim/include/bsp.h: Fix warnings

---

 bsps/arm/gdbarmsim/include/bsp.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bsps/arm/gdbarmsim/include/bsp.h b/bsps/arm/gdbarmsim/include/bsp.h
index eaa06fc..899507e 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);




More information about the vc mailing list