commit | 842a7b7ba109196d3338084707bf3795f321b83b | [log] [tgz] |
---|---|---|
author | Chris Friedt <cfriedt@tenstorrent.com> | Wed May 22 20:53:04 2024 -0400 |
committer | David Leach <david.leach@nxp.com> | Tue Jun 04 16:27:12 2024 -0500 |
tree | 1cc0e68fb8862ecb95bf77cb084eb107de29c84f | |
parent | 9f6590c7b7dcbe1f3e30c1257f60993168ea4c81 [diff] |
posix: deprecate SEM_VALUE_MAX and SEM_NAMELEN_MAX This change deprecates CONFIG_SEM_VALUE_MAX in favour of CONFIG_POSIX_SEM_VALUE_MAX which maps directly to _POSIX_SEM_VALUE_MAX. Additionally, we add the Kconfig option CONFIG_POSIX_SEMAPHORES which maps directly to the POSIX Option _POSIX_SEMAPHORES. For consistence, deprecate CONFIG_SEM_NAMELEN_MAX in favour of CONFIG_POSIX_SEM_NAMELEN_MAX. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>