commit | c250c330c6bf69cb3cfbd78b2c0290d2651742e0 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Wed Jun 05 19:26:18 2024 +0100 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Wed Jun 05 19:31:59 2024 -0400 |
tree | 8fd8007b4c4bc0a2e295509a018fde8285c877b0 | |
parent | ec9f71e23794291f0d0a6546f3018e4ab0d23cd8 [diff] |
posix: re-introduce PTHREAD_RWLOCK_INITIALIZER Rename the POSIX_RWLOCK_INITIALIZER back to PTHREAD_RWLOCK_INITIALIZER. This was changed in 70e2b02c8e1, 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>