commit | cfae0418347a9e6a49c0735e83c0a52613ccb26c | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Sun Apr 13 11:14:57 2025 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 13 22:23:21 2025 -0400 |
tree | ac60f28cef2e2b54c18d9ff5032e5778d96ba49a | |
parent | 0b869efe6a2fb710d11b0344bcb61c8a10f7730e [diff] |
posix: implement the XSI_SINGLE_PROCESS Option Group 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>