Changeset 8973acd in buchla-68k for libcio/open.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/open.x

    r7d0d347 r8973acd  
    1616*/
    1717
    18 extern  int16_t         _fileop(int8_t *name, int16_t flag, int16_t mode, struct channel *chp, struct devtabl *dp);
    19 extern  int16_t         creat(int8_t *name, int16_t mode);
    20 extern  int16_t         creata(int8_t *name, int16_t mode);
    21 extern  int16_t         creatb(int8_t *name, int16_t mode);
    22 extern  int16_t         open(int8_t *name, int16_t flag, int16_t mode);
    23 extern  int16_t         opena(int8_t *name, int16_t flag, int16_t mode);
    24 extern  int16_t         openb(int8_t *name, int16_t flag, int16_t mode);
     18extern  int16_t         _fileop(int8_t *name, uint16_t flag, struct channel *chp, struct devtabl *dp);
     19extern  int16_t         creat(int8_t *name);
     20extern  int16_t         creata(int8_t *name);
     21extern  int16_t         creatb(int8_t *name);
     22extern  int16_t         open(int8_t *name, uint16_t flag);
     23extern  int16_t         opena(int8_t *name, uint16_t flag);
     24extern  int16_t         openb(int8_t *name, uint16_t flag);
Note: See TracChangeset for help on using the changeset viewer.