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

    r0c06bc5 rf261cc8  
    1616*/
    1717
    18 extern  int16_t         _fileop(int8_t *name, uint16_t flag, struct channel *chp, struct devtabl *dp);
     18extern  int16_t         _fileop(int8_t *name, uint16_t flags, struct channel *chp, struct devtabl *dp);
    1919extern  int16_t         creat(int8_t *name);
    2020extern  int16_t         creata(int8_t *name);
    2121extern  int16_t         creatb(int8_t *name);
    22 extern  int16_t         open(int8_t *name, uint16_t flag);
    23 extern  int16_t         opena(int8_t *name, uint16_t flag);
    24 extern  int16_t         openb(int8_t *name, uint16_t flag);
     22extern  int16_t         open(int8_t *name, uint16_t flags);
     23extern  int16_t         opena(int8_t *name, uint16_t flags);
     24extern  int16_t         openb(int8_t *name, uint16_t flags);
Note: See TracChangeset for help on using the changeset viewer.