commit | 5a69da8d7af6a388a4ad5b3dd619017b0030031a | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Sep 24 11:14:36 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 24 11:14:36 2014 -0700 |
tree | 0d5e4cbbb4c74d7714f49a7b5de28c563ee9561b | |
parent | f05410edc634040f96643b8f378320faddfef423 [diff] |
Switch to OpenBSD fopen/fclose. This means all our stdio implementation is now the OpenBSD implementation. The only thing we lose is the STDIO_THREAD_LOCK calls but they were no-ops anyway. We should probably talk to upstream about this. Either fix the locking or, preferably, encourage them to move away from this pooling (especially since there's no eviction policy). Bug: 17154680 Change-Id: Ie2523e444a7d0965b8d141d57e3e11f6432d5b9a