zephyr/lib/posix/options
Fabio Baltieri c250c330c6 posix: re-introduce PTHREAD_RWLOCK_INITIALIZER
Rename the POSIX_RWLOCK_INITIALIZER back to PTHREAD_RWLOCK_INITIALIZER.
This was changed in 70e2b02c8e, but PTHREAD_RWLOCK_INITIALIZER is the
standard name used by external libraries.

Change it back to restore compatibility.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2024-06-05 19:31:59 -04:00
..
getopt posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
CMakeLists.txt posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS 2024-06-04 16:27:12 -05:00
Kconfig posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.aio posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.barrier posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.c_lib_ext posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.compat posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.deprecated posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
Kconfig.device_io posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.fd_mgmt posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.fs posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM 2024-06-04 16:27:12 -05:00
Kconfig.mem posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.mqueue posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.net posix: net: update for POSIX_NETWORKING 2024-06-04 16:27:12 -05:00
Kconfig.proc1 posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.procN posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.profile posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.pthread posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.rwlock posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.sched posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.semaphore posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.signal posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.spinlock posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.sync_io posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM 2024-06-04 16:27:12 -05:00
Kconfig.timer posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
Kconfig.xsi posix: create kconfig options for pse51, pse52, pse53 2024-06-04 16:27:12 -05:00
aio.c
barrier.c
clock.c posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 2024-06-04 16:27:12 -05:00
cond.c
confstr.c
device_io.c posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
env.c
eventfd.c posix: eventfd: fix dependency cycle between net and posix 2024-06-04 16:27:12 -05:00
fd_mgmt.c posix: fd_mgmt: add fd_mgmt option group 2024-06-04 16:27:12 -05:00
fnmatch.c
fs.c posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM 2024-06-04 16:27:12 -05:00
fsync.c posix: deprecate POSIX_FS for POSIX_FILE_SYSTEM 2024-06-04 16:27:12 -05:00
getentropy.c posix: deprecate POSIX_FNMATCH GETOPT GETENTROPY 2024-06-04 16:27:12 -05:00
key.c posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 2024-06-04 16:27:12 -05:00
mqueue.c posix: deprecate POSIX_MQUEUE in favour of POSIX_MESSAGE_PASSING 2024-06-04 16:27:12 -05:00
multi_process.c posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS 2024-06-04 16:27:12 -05:00
mutex.c
net.c posix: net: update for POSIX_NETWORKING 2024-06-04 16:27:12 -05:00
perror.c
posix_clock.h
posix_internal.h
pthread.c posix: move getpid() to Kconfig.procN and doc MULTI_PROCESS 2024-06-04 16:27:12 -05:00
pthread_sched.h posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 2024-06-04 16:27:12 -05:00
rwlock.c posix: re-introduce PTHREAD_RWLOCK_INITIALIZER 2024-06-05 19:31:59 -04:00
sched.c posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 2024-06-04 16:27:12 -05:00
semaphore.c posix: deprecate SEM_VALUE_MAX and SEM_NAMELEN_MAX 2024-06-04 16:27:12 -05:00
signal.c doc: release: posix: deprecate non-normative POSIX Kconfig 2024-06-04 16:27:12 -05:00
sleep.c posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 2024-06-04 16:27:12 -05:00
spinlock.c
stropts.c
sysconf.c
syslog.c
timer.c posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 2024-06-04 16:27:12 -05:00
timespec_to_timeout.c posix: deprecate PTHREAD_IPC _MUTEX _COND and _KEY 2024-06-04 16:27:12 -05:00
uname.c