commit | be086f174c9bd8c0b62d48e5ff08b2a483b2985d | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Mon Jun 17 15:24:51 2024 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Jun 27 15:16:50 2024 -0400 |
tree | c26b1f605553333fa9841d6dc233997261186c77 | |
parent | f299516e0141eba899ca989843fd4c13a298016a [diff] |
posix: procN: add missing alias for getpid() Newlib requires an alias for the getpid() function. There was a Kconfig already present for doing so, but the actual alias was missing. So this is technically a bugfix. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>