Changeset 608641e in rtems for c/src/lib/libbsp/sparc/erc32/console/console.c
- Timestamp:
- 12/22/97 17:29:51 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c257ec4e
- Parents:
- 2ab1b3a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/erc32/console/console.c
r2ab1b3a r608641e 355 355 */ 356 356 357 int console_write_support (int minor, c har *buf, int len)357 int console_write_support (int minor, const char *buf, int len) 358 358 { 359 359 int nwrite = 0;
Note: See TracChangeset
for help on using the changeset viewer.