mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-31 15:38:08 +03:00
Use ssize_t for readlink() rather than int.
This commit is contained in:
parent
8f683b94a7
commit
0931cecbfa
1 changed files with 1 additions and 1 deletions
|
|
@ -958,7 +958,7 @@ malloc_conf_init(void)
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 2: {
|
case 2: {
|
||||||
int linklen = 0;
|
ssize_t linklen = 0;
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
int saved_errno = errno;
|
int saved_errno = errno;
|
||||||
const char *linkname =
|
const char *linkname =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue