Changeset 7258c6a in buchla-68k for libcio/fstubs.c


Ignore:
Timestamp:
07/09/2017 04:45:34 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
8618599
Parents:
0292fbb
Message:

Use standard integer types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fstubs.c

    r0292fbb r7258c6a  
    4040*/
    4141
    42 int readbuf(int dev, char *buf)
     42int16_t readbuf(int16_t dev, int8_t *buf)
    4343{
    4444        xtrap15();
Note: See TracChangeset for help on using the changeset viewer.