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


Ignore:
Timestamp:
07/15/2017 03:12:10 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
ea232f9
Parents:
7d0d347
Message:

No more warnings in libcio.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcio/fopen.x

    r7d0d347 r8973acd  
    1616*/
    1717
    18 extern  FILE            *_opener(int8_t *name, int8_t *mode, int16_t aflag);
     18extern  FILE            *_opener(int8_t *name, int8_t *mode, uint16_t aflag);
    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.