commit | b71062e9f804cb54d14c22051bc2b604c5ce49af | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Mon Jun 17 15:24:51 2024 -0400 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Fri Aug 23 10:35:11 2024 -0400 |
tree | 4e57d85d585f592f76aebeddd5387663c3eee6e3 | |
parent | 45705a84ab8ecbdf116fde47319f5cfd9f5890a9 [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>