Commits
Travis Cross committed 9e52f33d916
Implement MEMLOCK and UNLOCK as functions Converting these macros to functions declared static inline allow the C type-checker to work and avoid warnings about unused expression values. These warnings break the build with clang.