#
806f6f11 |
| 16-Apr-2007 |
Travis Geiselbrecht <geist@foobox.com> |
fix a bug in _exit() that called the _IO_cleanup routine as if it was a function pointer, which it isn't. The mistake was probably made because there appears to be multiple stdio implementations in t
fix a bug in _exit() that called the _IO_cleanup routine as if it was a function pointer, which it isn't. The mistake was probably made because there appears to be multiple stdio implementations in the tree (BSD and glibc) so it's easy to look at the wrong code. Perhaps we should clean that up.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20720 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|