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/e1d79381dfa8
branches: trunk
changeset: 997362:e1d79381dfa8
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 1ed737f0d5a6 -r e1d79381dfa8 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