Elektrine lite

← Feed

@tranquillity@mastodon.minionflo.net

Post #3950153

2026-07-20 04:20 UTC

@freya@social.highenergymagic.net the madvise might need a specific # define before the # include

Replies (1)

  • @tranquillity@mastodon.minionflo.net yeah I tried that, -D_XPG6 and friends, it just didn't do it, so I just put the fucking extern int madvise() function declaration in the .cc file in an `extern "C" { } ` block. ugly, but it works

    Open ##3950152