Skip to content

Commit 7acffba

Browse files
aescolarDashingR
authored andcommitted
Revert "posix: device_io: require a full libc for c89 functions"
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]>
1 parent 16c5b8d commit 7acffba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/posix/options/Kconfig.device_io

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ config POSIX_DEVICE_IO
88
bool "POSIX device I/O [EXPERIMENTAL]"
99
select FDTABLE
1010
select EXPERIMENTAL
11-
select REQUIRES_FULL_LIBC
1211
help
1312
Select 'y' here and Zephyr will provide an implementation of the POSIX_DEVICE_IO Option
1413
Group such as FD_CLR(), FD_ISSET(), FD_SET(), FD_ZERO(), close(), fdopen(), fileno(), open(),

0 commit comments

Comments
 (0)