X-Git-Url: https://pd.if.org/git/?p=nbds;a=blobdiff_plain;f=runtime%2Fmem.c;fp=runtime%2Fmem.c;h=f8cececaebb494defdf5f7bebc5f2f1651993102;hp=1787a6253f299e67c01c063758aa26399d64bc87;hb=a1d0b3ca99552878b1becf561d8f3291992aaa67;hpb=ef7c7fd495750e0d26762df9f1a297500553874f diff --git a/runtime/mem.c b/runtime/mem.c index 1787a62..f8cecec 100644 --- a/runtime/mem.c +++ b/runtime/mem.c @@ -4,6 +4,7 @@ * * Extreamly fast multi-threaded malloc. 64 bit platforms only! */ +#define _BSD_SOURCE // so we get MAP_ANON on linux #include #include #include