diff options
author | 2009-10-21 16:05:02 +0000 | |
---|---|---|
committer | 2009-10-21 16:05:02 +0000 | |
commit | e94c017da43230c8ff6b5ca179405dde66dd5c50 (patch) | |
tree | 11b2da269ac2b50cde0f0b11b94a162fc03b0469 /usr.bin/mandoc/main.c | |
parent | Fix the handle locking in stdio to use flockfile/funlockfile (diff) | |
download | wireguard-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