Skip to content

Commit 9fc8970

Browse files
aescolarChromeos LUCI
authored and
Chromeos LUCI
committed
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 (cherry picked from commit 97e925e) Original-Signed-off-by: Alberto Escolar Piedras <[email protected]> GitOrigin-RevId: 97e925e Change-Id: I8e0f74617797c354d5555670e50512e5c767db17 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5678583 Reviewed-by: Fabio Baltieri <[email protected]> Tested-by: ChromeOS Prod (Robot) <[email protected]> Commit-Queue: Fabio Baltieri <[email protected]>
1 parent 83f4f15 commit 9fc8970

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)