Changeset f261cc8 in buchla-68k for libcio/fopen.x


Ignore:
Timestamp:
07/16/2017 12:10:45 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
1c4f9be
Parents:
0c06bc5
Message:

Minor cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fopen.x

    r0c06bc5 rf261cc8  
    1616*/
    1717
    18 extern  FILE            *_opener(int8_t *name, int8_t *mode, uint16_t aflag);
     18extern  FILE            *_opener(int8_t *name, int8_t *mode, uint16_t raw);
    1919extern  FILE            *fopen(int8_t *name, int8_t *mode);
    2020extern  FILE            *fopena(int8_t *name, int8_t *mode);
Note: See TracChangeset for help on using the changeset viewer.