Changeset 6136ecc


Ignore:
Timestamp:
May 1, 2020, 1:12:50 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:
2292067
Parents:
0a805f2
Message:

Apparently, "standard headers" have way more diversity then I expected.

File:
1 edited

Legend:

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

    r0a805f2 r6136ecc  
    542542        #include <sys/types.h>
    543543        #include <sys/socket.h>
     544        #include <sys/syscall.h>
    544545        struct iovec;
    545546        extern ssize_t preadv2 (int fd, const struct iovec *iov, int iovcnt, off_t offset, int flags);
Note: See TracChangeset for help on using the changeset viewer.