⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.184
Server IP:
65.21.180.239
Server:
Linux gowhm.eplangoweb.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
src
/
glibc
/
debian
/
patches
/
kfreebsd
/
View File Name :
local-memusage_no_mremap.diff
--- malloc/memusage.c | 3 +++ 1 file changed, 3 insertions(+) --- a/malloc/memusage.c +++ b/malloc/memusage.c @@ -674,6 +674,8 @@ return result; } +#include <_G_config.h> +#ifdef _G_HAVE_MREMAP /* `mremap' replacement. We do not have to keep track of the size since `munmap' will get it as a parameter. */ @@ -739,6 +741,7 @@ /* Return the pointer to the user buffer. */ return result; } +#endif /* `munmap' replacement. */