Changeset a4eb7836 in rtems
- Timestamp:
- 03/14/18 21:14:41 (6 years ago)
- Branches:
- 5, master
- Children:
- 8ce93dc9
- Parents:
- 820c667
- git-author:
- Joel Sherrill <joel@…> (03/14/18 21:14:41)
- git-committer:
- Joel Sherrill <joel@…> (03/16/18 13:36:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bsps/arm/gdbarmsim/include/bsp.h
r820c667 ra4eb7836 58 58 int gdbarmsim_unlink(const char *); 59 59 int gdbarmsim_link(void); 60 int gdbarmsim_stat(const char *, struct stat *); 61 int gdbarmsim_fstat(int, struct stat *); 62 int gdbarmsim_swistat(int fd, struct stat * st); 60 /* int gdbarmsim_stat(const char *, struct stat *); */ 61 /* int gdbarmsim_fstat(int, struct stat *); */ 62 /* int gdbarmsim_swistat(int fd, struct stat * st); */ 63 63 int gdbarmsim_close(int); 64 64 clock_t gdbarmsim_clock(void);
Note: See TracChangeset
for help on using the changeset viewer.