| commit | ec84b8098151b98c1e0fd10aa07463d49478e4e5 | [log] [tgz] |
|---|---|---|
| author | Chris Friedt <cfriedt@tenstorrent.com> | Wed Oct 29 12:59:46 2025 -0400 |
| committer | Chris Friedt <chrisfriedt@gmail.com> | Sat Nov 01 08:39:26 2025 -0400 |
| tree | 6910406e17b19fc1817d3c30915cbfee7ed4fb2d | |
| parent | f6eb86fe6fa7b77e6d3e2f001202aa7fcf875ee8 [diff] |
samples: cmsis: philosophers: rename 'fork' to avoid POSIX conflict There is a macro, `fork()`, inside of the philosophers example that conflicts with the POSIX `fork()` function. Since it is customary to avoid using reserved names, adjust the sample so that the macro in question is called `philosopher_fork()`. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>