From: Owen Shepherd Date: Wed, 20 Feb 2013 01:21:15 +0000 (+0000) Subject: Namespace cleanliness: Rename all ***_unlocked functions to _PDCLIB_***_unlocked. X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=202af43c19ec4f5f1d1b2827a7ef0b46abfebed5;hp=202af43c19ec4f5f1d1b2827a7ef0b46abfebed5;p=pdclib Namespace cleanliness: Rename all ***_unlocked functions to _PDCLIB_***_unlocked. Trivial forwarders ***_unlocked -> _PDCLIB_***_unlocked will be implemented (but these functions avoid exposing the _unlocked symbols to code which is only requesting the standard-defined versions) ---