diff options
author | mtm <mtm@FreeBSD.org> | 2003-07-02 02:05:23 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-07-02 02:05:23 +0000 |
commit | 31f6d3ff92de773057286bc54965b8528af415ae (patch) | |
tree | 5fa6b7704ff296c0afe2679996b6778ff54553de /lib/libc/stdio/vsnprintf.c | |
parent | 8701d3b8e4785a0a7ce32e081947393b3dcb1ae1 (diff) | |
download | FreeBSD-src-31f6d3ff92de773057286bc54965b8528af415ae.zip FreeBSD-src-31f6d3ff92de773057286bc54965b8528af415ae.tar.gz |
Begin making libthr async signal safe.
Create a private, single underscore, version of pthread_mutex_unlock for libc.
pthread_mutex_lock already has one. These versions are different from the
ones that applications will link against because they block all signals
from the time a call to lock the mutex is made until it is successfully
unlocked.
Diffstat (limited to 'lib/libc/stdio/vsnprintf.c')
0 files changed, 0 insertions, 0 deletions