Skip to content

Commit

Permalink
Revert "posix: device_io: require a full libc for c89 functions"
Browse files Browse the repository at this point in the history
This reverts commit 6f62292.

PR zephyrproject-rtos#73978 introduced a regression.
Unfortunately this PR cannot be reverted without reverting also
Let's revert both PRs to stabilize main again towards the 3.7 release.

For more details on the issue see
zephyrproject-rtos#75205

Signed-off-by: Alberto Escolar Piedras <[email protected]>
  • Loading branch information
aescolar authored and nashif committed Jul 3, 2024
1 parent 61e81a7 commit 97e925e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/posix/options/Kconfig.device_io
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ config POSIX_DEVICE_IO
bool "POSIX device I/O [EXPERIMENTAL]"
select FDTABLE
select EXPERIMENTAL
select REQUIRES_FULL_LIBC
help
Select 'y' here and Zephyr will provide an implementation of the POSIX_DEVICE_IO Option
Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),
Expand Down

0 comments on commit 97e925e

Please sign in to comment.