]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Implement MEMLOCK and UNLOCK as functions
authorTravis Cross <tc@traviscross.com>
Mon, 25 Jun 2012 05:33:24 +0000 (05:33 +0000)
committerTravis Cross <tc@traviscross.com>
Mon, 25 Jun 2012 06:38:29 +0000 (06:38 +0000)
commit9e52f33d916258f54ea514a3d335a6cc034ce99a
tree58dedca51c10512819188e709c7a53630f8bd156
parentc01a1426653f7424e883794a94caa086f23372ed
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.
libs/sofia-sip/libsofia-sip-ua/su/su_alloc.c