Package: libc-bin
Followup-For: Bug #880846
Hi,
I've made a patch to fix this:
https://salsa.debian.org/bigon/glibc/commit/043fac849ad0744a3c7c3ff394c19eb8db594a1a
Kind regards,
Laurent Bigonville
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500
Package: libc6-dev
Version: 2.24-11+deb9u1
Severity: normal
Dear Maintainer,
#include
#include "myplatform.h"
void *slaballoc()
{
void *slab = mmap(... MAP_ANONYMOUS ...);
}
does not build due to MAP_ANONYMOUS not being defined. man 2 mmap says this
should work.
#include
fixes the prob
2 matches
Mail list logo