Module Name:    src
Committed By:   christos
Date:           Mon Mar  4 20:05:19 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/dist/include/jemalloc/internal: malloc_io.h

Log Message:
adjust prototype


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h

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/include/jemalloc/internal/malloc_io.h
diff -u src/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h:1.1.1.1 src/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h:1.2
--- src/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h:1.1.1.1	Mon Mar  4 12:10:23 2019
+++ src/external/bsd/jemalloc/dist/include/jemalloc/internal/malloc_io.h	Mon Mar  4 15:05:19 2019
@@ -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);
 

Reply via email to