summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/main.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2009-10-21 16:05:02 +0000
committerguenther <guenther@openbsd.org>2009-10-21 16:05:02 +0000
commite94c017da43230c8ff6b5ca179405dde66dd5c50 (patch)
tree11b2da269ac2b50cde0f0b11b94a162fc03b0469 /usr.bin/mandoc/main.c
parentFix the handle locking in stdio to use flockfile/funlockfile (diff)
downloadwireguard-openbsd-e94c017da43230c8ff6b5ca179405dde66dd5c50.tar.xz
wireguard-openbsd-e94c017da43230c8ff6b5ca179405dde66dd5c50.zip
Change libpthread's f*lockfile() routines to stop acting as no-ops
for FILEs that don't have real file-descriptors: the fake FILEs used internally by snprintf/asprintf/vfprintf and friends now avoid unnecessary locking by calling the internal __vfprintf() routine directly and we do want to do locking on FILEs created with funopen(). ok kurt@
Diffstat (limited to 'usr.bin/mandoc/main.c')
0 files changed, 0 insertions, 0 deletions