revise the definition of multiple basic locks in the code
authorJens Gustedt <Jens.Gustedt@inria.fr>
Wed, 3 Jan 2018 13:17:12 +0000 (14:17 +0100)
committerRich Felker <dalias@aerifal.cx>
Tue, 9 Jan 2018 18:15:27 +0000 (13:15 -0500)
commit32482f61da7650ff10741bd5aedd66bbc3ea165b
tree8f6e3736ffffae67f3411e86f7a56f2ca2080137
parentc4bc0b1a64e1ef1e105df84401805a16e8dbe82a
revise the definition of multiple basic locks in the code

In all cases this is just a change from two volatile int to one.
15 files changed:
src/dirent/__dirent.h
src/exit/at_quick_exit.c
src/exit/atexit.c
src/internal/pthread_impl.h
src/locale/dcngettext.c
src/locale/locale_map.c
src/locale/setlocale.c
src/malloc/lite_malloc.c
src/misc/syslog.c
src/prng/random.c
src/stdio/ofl.c
src/thread/pthread_atfork.c
src/thread/sem_open.c
src/thread/synccall.c
src/time/__tz.c