From: Valentin Bartenev Date: Thu, 10 Nov 2016 13:19:13 +0000 (+0300) Subject: Fixed building on Solaris after d8b1e2576409. X-Git-Tag: 0.1.5~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=5f082e0d50c212595c5b9905963e4de3d8b7032c;p=njs.git Fixed building on Solaris after d8b1e2576409. --- diff --git a/nxt/auto/memalign b/nxt/auto/memalign index aa2e8c21..2c7936e1 100644 --- a/nxt/auto/memalign +++ b/nxt/auto/memalign @@ -39,7 +39,7 @@ if [ $nxt_found = no ]; then int main(void) { void *p; - p = memalign(4096, 4096) + p = memalign(4096, 4096); if (p == NULL) return 1;