gettimeofday() was already implemented, but incorrectly lumped into POSIX_TIMERS. putenv() is really just a wrapper around setenv(). The only one left to implement was gethostid() which was relatively trivial. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_POSIX_TIMERS=y
|
|
CONFIG_XSI_SINGLE_PROCESS=y
|
|
CONFIG_PICOLIBC=y
|