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 put back __UNCONST for now.
details: https://anonhg.NetBSD.org/src/rev/eef48c0fa047
branches: trunk
changeset: 839728:eef48c0fa047
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 04 19:15:39 2019 +0000
description:
put back __UNCONST for now.
diffstat:
external/bsd/jemalloc/dist/src/base.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r e3d4d8425752 -r eef48c0fa047 external/bsd/jemalloc/dist/src/base.c
--- a/external/bsd/jemalloc/dist/src/base.c Mon Mar 04 17:45:16 2019 +0000
+++ b/external/bsd/jemalloc/dist/src/base.c Mon Mar 04 19:15:39 2019 +0000
@@ -509,6 +509,7 @@
bool
base_boot(tsdn_t *tsdn) {
- b0 = base_new(tsdn, 0, (extent_hooks_t *)__UNCONST(&extent_hooks_default));
+ b0 = base_new(tsdn, 0, (extent_hooks_t *)
+ __UNCONST(&extent_hooks_default));
return (b0 == NULL);
}
Home |
Main Index |
Thread Index |
Old Index