2024-04-15 22:11:07 +08:00
|
|
|
# Copyright (c) 2024 Tenstorrent AI ULC
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config POSIX_ASYNCHRONOUS_IO
|
2024-05-24 00:52:34 +08:00
|
|
|
bool "POSIX asynchronous I/O [EXPERIMENTAL]"
|
|
|
|
select EXPERIMENTAL
|
2024-04-15 22:11:07 +08:00
|
|
|
help
|
|
|
|
Enable this option for asynchronous I/O. This option is present for conformance purposes
|
|
|
|
only. All functions listed in <aio.h> return -1 and set errno to ENOSYS.
|