Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement __fsetlocking. | Elliott Hughes | 2015-01-21 | 1 | -1/+4 |
| | | | | | | | | | | | | The old __isthreaded hack was never very useful on Android because all user code runs in a VM where there are lots of threads running. But __fsetlocking lets a caller say "I'll worry about the locking for this FILE*", which is useful for the normal case where you don't share a FILE* between threads so you don't need any locking. Bug: 17154740 Bug: 18593728 Change-Id: I2a8dddc29d3edff39a3d7d793387f2253608a68d | ||||
* | Improve <stdio_ext.h> testing. | Elliott Hughes | 2015-01-16 | 1 | -0/+6 |
| | | | | | | I almost fixed a non-bug. Add a test to prevent me from doing that. Change-Id: I4a1dc13e603a7a377bdaee2e78132015087f7107 | ||||
* | Add <stdio_ext.h> for elfutils. | Elliott Hughes | 2014-08-20 | 1 | -0/+133 |
Bug: 17139679 Change-Id: I1605ac382dbb6f23b2d874dbb9769f3cde4a6a99 |