Changeset 89926c9 in rtems


Ignore:
Timestamp:
11/07/11 21:41:45 (12 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 5, master
Children:
d9bc968d
Parents:
4485c9a
Message:

Revert.

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/cpukit
    4         * libcsupport/include/rtems/libio.h: Add return code for failure when
    5         unable to write file.
    6 
    712011-11-06      Ralf Corsépius <ralf.corsepius@rtems.org>
    82
  • cpukit/libcsupport/include/rtems/libio.h

    r4485c9a r89926c9  
    15991599  int    (*lastClose)(int major, int minor, void *arg);
    16001600  int    (*pollRead)(int minor);
    1601   ssize_t (*write)(int minor, const unsigned char *buf, size_t len);
     1601  ssize_t (*write)(int minor, const char *buf, size_t len);
    16021602  int    (*setAttributes)(int minor, const struct termios *t);
    16031603  int    (*stopRemoteTx)(int minor);
Note: See TracChangeset for help on using the changeset viewer.