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 adjust ...



details:   https://anonhg.NetBSD.org/src/rev/d9cada0688da
branches:  trunk
changeset: 449382:d9cada0688da
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 04 20:05:19 2019 +0000

description:
adjust prototype

diffstat:

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

diffs (12 lines):

diff -r 2c261e3e3380 -r d9cada0688da external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h
--- a/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h  Mon Mar 04 20:05:01 2019 +0000
+++ b/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h  Mon Mar 04 20:05:19 2019 +0000
@@ -41,7 +41,7 @@
 #define MALLOC_PRINTF_BUFSIZE  4096
 
 int buferror(int err, char *buf, size_t buflen);
-uintmax_t malloc_strtoumax(const char *restrict nptr, char **restrict endptr,
+uintmax_t malloc_strtoumax(const char *restrict nptr, const char **restrict endptr,
     int base);
 void malloc_write(const char *s);
 



Home | Main Index | Thread Index | Old Index