Module Name: src
Committed By: christos
Date: Mon Mar 4 17:16:47 UTC 2019
Modified Files:
src/external/bsd/jemalloc/dist/src: mutex.c
Log Message:
rename initializer for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/jemalloc/dist/src/mutex.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/jemalloc/dist/src/mutex.c
diff -u src/external/bsd/jemalloc/dist/src/mutex.c:1.1.1.1 src/external/bsd/jemalloc/dist/src/mutex.c:1.2
--- src/external/bsd/jemalloc/dist/src/mutex.c:1.1.1.1 Mon Mar 4 12:10:23 2019
+++ src/external/bsd/jemalloc/dist/src/mutex.c Mon Mar 4 12:16:46 2019
@@ -46,7 +46,7 @@ JEMALLOC_EXPORT int _pthread_mutex_init_
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;