Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal Put back bra...



details:   https://anonhg.NetBSD.org/src/rev/46c49718ef26
branches:  trunk
changeset: 449368:46c49718ef26
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 04 19:16:31 2019 +0000

description:
Put back braces.

diffstat:

 external/bsd/jemalloc/include/jemalloc/internal/mutex.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r f32b909f8a6a -r 46c49718ef26 external/bsd/jemalloc/include/jemalloc/internal/mutex.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/mutex.h   Mon Mar 04 19:16:10 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/mutex.h   Mon Mar 04 19:16:31 2019 +0000
@@ -110,10 +110,10 @@
       WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
 #else
 #    define MALLOC_MUTEX_TYPE PTHREAD_MUTEX_DEFAULT
-#    define MALLOC_MUTEX_INITIALIZER {{ \
+#    define MALLOC_MUTEX_INITIALIZER {{{ \
        .prof_data = MUTEX_PROF_DATA_INITIALIZER, \
        .lock = PTHREAD_MUTEX_INITIALIZER, \
-       },      \
+       }},     \
         WITNESS_INITIALIZER("mutex", WITNESS_RANK_OMIT)}
 #endif
 



Home | Main Index | Thread Index | Old Index