Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 602502
Collapse All | Expand All

(-)libgcrypt-1.7.4/acinclude.m4 (-1 / +1 lines)
Lines 242-248 int main() Link Here
242
    pool += (pgsize - ((long int)pool % pgsize));
242
    pool += (pgsize - ((long int)pool % pgsize));
243
243
244
    err = mlock( pool, 4096 );
244
    err = mlock( pool, 4096 );
245
    if( !err || errno == EPERM || errno == EGAIN)
245
    if( !err || errno == EPERM || errno == EAGAIN)
246
        return 0; /* okay */
246
        return 0; /* okay */
247
247
248
    return 1;  /* hmmm */
248
    return 1;  /* hmmm */

Return to bug 602502