| commit | e4d193b5ed897ca62e60412357980f2e01ef939e | [log] [tgz] |
|---|---|---|
| author | Chris Friedt <cfriedt@tenstorrent.com> | Wed Oct 29 10:47:31 2025 -0400 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Sat Nov 01 08:39:26 2025 -0400 |
| tree | 34533acba8044890fb6b01e40087648134d15b7d | |
| parent | 8864ac4c1c42929212853706a7ac0d34e1a38424 [diff] |
scripts: coccinelle: add fork as a reserved name `fork()` is defined by POSIX and for creating a new child process. It is the preferred method of doing so on systems with virtual memory and the symbol should not be used outside of the context defined by the POSIX standard. https://pubs.opengroup.org/onlinepubs/9699919799/functions/fork.html Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>