Changeset eccb14d
- Timestamp:
- Sep 23, 2020, 3:33:40 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 433d352, 552b5ec, 954c954
- Parents:
- 4ab3cf9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/call.cfa.in
r4ab3cf9b reccb14d 347 347 # CFA_HAVE_IORING_OP_MADVISE 348 348 Call('MADVISE', 'int madvise(void *addr, size_t length, int advice)', { 349 'addr': ' addr',349 'addr': '(__u64)addr', 350 350 'len': 'length', 351 351 'fadvise_advice': 'advice'
Note: See TracChangeset
for help on using the changeset viewer.