Changeset 7ab7075f in mainline for uspace/lib/sif/src/sif.c


Ignore:
Timestamp:
2018-08-06T18:40:12Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1dcba91
Parents:
7afd12e5
Message:

Add support for 'x' fopen file mode modifier from C11.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/sif/src/sif.c

    r7afd12e5 r7ab7075f  
    203203        }
    204204
    205         f = fopen(fname, "w");
     205        f = fopen(fname, "wx");
    206206        if (f == NULL) {
    207207                rc = EIO;
Note: See TracChangeset for help on using the changeset viewer.