Changeset 6136ecc
- Timestamp:
- May 1, 2020, 1:12:50 PM (4 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io.cfa
r0a805f2 r6136ecc 542 542 #include <sys/types.h> 543 543 #include <sys/socket.h> 544 #include <sys/syscall.h> 544 545 struct iovec; 545 546 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.