Ignore:
Timestamp:
Jul 16, 2020, 5:30:07 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
50d529e
Parents:
0aa20e3 (diff), efc171d1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/iocall.cfa

    r0aa20e3 r527acfc  
    346346}
    347347
     348// Forward declare in case it is not supported
     349struct statx;
    348350int cfa_statx(int dirfd, const char *pathname, int flags, unsigned int mask, struct statx *statxbuf) {
    349351        #if !defined(HAVE_LINUX_IO_URING_H) || !defined(IORING_OP_STATX)
Note: See TracChangeset for help on using the changeset viewer.