mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 12:43:16 +00:00
Use ssize_t for readlink() rather than int.
This commit is contained in:
@@ -958,7 +958,7 @@ malloc_conf_init(void)
|
||||
}
|
||||
break;
|
||||
case 2: {
|
||||
int linklen = 0;
|
||||
ssize_t linklen = 0;
|
||||
#ifndef _WIN32
|
||||
int saved_errno = errno;
|
||||
const char *linkname =
|
||||
|
||||
Reference in New Issue
Block a user