Skip to content
  • Nick Mathewson's avatar
    Fix compilation on OSX 10.3. · 444eff62
    Nick Mathewson authored
    On this OSX version, there is a stub mlockall() function
    that doesn't work, *and* the declaration for it is hidden by
    an '#ifdef _P1003_1B_VISIBLE'.  This would make autoconf
    successfully find the function, but our code fail to build
    when no declaration was found.
    
    This patch adds an additional test for the declaration.
    444eff62
To find the state of this project's repository at the time of any of these versions, check out the tags.