Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/jemalloc/dist/src rename initializer for consis...



details:   https://anonhg.NetBSD.org/src/rev/77ec9c726114
branches:  trunk
changeset: 449347:77ec9c726114
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 04 17:16:46 2019 +0000

description:
rename initializer for consistency.

diffstat:

 external/bsd/jemalloc/dist/src/mutex.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ef4494551e93 -r 77ec9c726114 external/bsd/jemalloc/dist/src/mutex.c
--- a/external/bsd/jemalloc/dist/src/mutex.c    Mon Mar 04 17:16:27 2019 +0000
+++ b/external/bsd/jemalloc/dist/src/mutex.c    Mon Mar 04 17:16:46 2019 +0000
@@ -46,7 +46,7 @@
 void
 malloc_mutex_lock_slow(malloc_mutex_t *mutex) {
        mutex_prof_data_t *data = &mutex->prof_data;
-       UNUSED nstime_t before = NSTIME_ZERO_INITIALIZER;
+       UNUSED nstime_t before = NSTIME_INITIALIZER;
 
        if (ncpus == 1) {
                goto label_spin_done;



Home | Main Index | Thread Index | Old Index