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/include/jemalloc/internal fix pro...



details:   https://anonhg.NetBSD.org/src/rev/bb0a97f9543f
branches:  trunk
changeset: 997355:bb0a97f9543f
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 04 20:02:18 2019 +0000

description:
fix prototype

diffstat:

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

diffs (12 lines):

diff -r ee2a6376f0ec -r bb0a97f9543f external/bsd/jemalloc/dist/include/jemalloc/internal/spin.h
--- a/external/bsd/jemalloc/dist/include/jemalloc/internal/spin.h       Mon Mar 04 20:01:59 2019 +0000
+++ b/external/bsd/jemalloc/dist/include/jemalloc/internal/spin.h       Mon Mar 04 20:02:18 2019 +0000
@@ -8,7 +8,7 @@
 } spin_t;
 
 static inline void
-spin_cpu_spinwait() {
+spin_cpu_spinwait(void) {
 #  if HAVE_CPU_SPINWAIT
        CPU_SPINWAIT;
 #  else



Home | Main Index | Thread Index | Old Index