Changeset 89926c9 in rtems
- Timestamp:
- 11/07/11 21:41:45 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d9bc968d
- Parents:
- 4485c9a
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/ChangeLog
r4485c9a r89926c9 1 2011-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>2 3 PR 1952/cpukit4 * libcsupport/include/rtems/libio.h: Add return code for failure when5 unable to write file.6 7 1 2011-11-06 Ralf Corsépius <ralf.corsepius@rtems.org> 8 2 -
cpukit/libcsupport/include/rtems/libio.h
r4485c9a r89926c9 1599 1599 int (*lastClose)(int major, int minor, void *arg); 1600 1600 int (*pollRead)(int minor); 1601 ssize_t (*write)(int minor, const unsignedchar *buf, size_t len);1601 ssize_t (*write)(int minor, const char *buf, size_t len); 1602 1602 int (*setAttributes)(int minor, const struct termios *t); 1603 1603 int (*stopRemoteTx)(int minor);
Note: See TracChangeset
for help on using the changeset viewer.