Skip to content

Commit c52aab0

Browse files
committed
posix: toolchain: introduce time definition option
Introduce CONFIG_TC_PROVIDES_POSIX_TIME_DEFS which indicates whether the libc-provided time.h includes definitions and declarations required for POSIX comnformance. Signed-off-by: Chris Friedt <[email protected]>
1 parent c1f0958 commit c52aab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/posix/Kconfig.toolchain

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
config TC_PROVIDES_POSIX_LIMIT_DEFS
1717
bool
1818

19+
config TC_PROVIDES_POSIX_TIME_DEFS
20+
bool
21+
1922
config TC_PROVIDES_POSIX_ASYNCHRONOUS_IO
2023
bool
2124

0 commit comments

Comments
 (0)