Changeset 85f19eb for libcfa/prelude


Ignore:
Timestamp:
Aug 10, 2020, 5:14:14 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:
b8e7aed
Parents:
e2702fd
Message:

Added cfa define for io_uring attach support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/prelude/defines.hfa.in

    re2702fd r85f19eb  
    137137
    138138/* Defined if io_uring support is present when compiling libcfathread and
     139   supports the flag IORING_SETUP_ATTACH_WQ. */
     140#undef CFA_HAVE_IORING_SETUP_ATTACH_WQ
     141
     142/* Defined if io_uring support is present when compiling libcfathread and
    139143   supports the flag ASYNC. */
    140144#undef CFA_HAVE_IOSQE_ASYNC
Note: See TracChangeset for help on using the changeset viewer.