haiku/src
Pawel Dziepak 1238bebddc build: Add stub _get_thread_info() needed by support/Referenceable.cpp
This is a step towards fixing #10042.

When DEBUG is set BReferenceable::~BReferenceable() performs some checks
ensuring that the object is destroyed correctly. These checks require
information on thread stack, which is obtained by get_thread_info().

_get_thread_info() stub is added (actually, readded) which always returns
B_ERROR. Moreover, the check in BReferenceable destructor is modified
so that it does not fail when get_thread_info() fails.
2013-10-01 15:06:17 +02:00
..
add-ons Add missing architectures for packages 2013-09-29 19:48:26 +02:00
apps HaikuDepot: improve progress tracking. 2013-09-30 23:07:45 -04:00
bin Package Kit: Implement progress notifications. 2013-09-29 17:25:33 -04:00
build build: Add stub _get_thread_info() needed by support/Referenceable.cpp 2013-10-01 15:06:17 +02:00
data Add definitions for M68K repositories and package infos 2013-09-30 02:35:28 +02:00
documentation Fixed typo. Fixes #8755 2012-07-30 13:12:02 +00:00
kits build: Add stub _get_thread_info() needed by support/Referenceable.cpp 2013-10-01 15:06:17 +02:00
libs freebsd_network(): call uninit_hard_clock() on uninit 2013-09-29 22:11:17 +02:00
preferences Merge branch 'package-management' 2013-09-27 02:01:12 +02:00
servers package_daemon: Cleanups. 2013-09-29 19:31:34 -04:00
system M68K: More gcc options fixes 2013-09-30 04:21:41 +02:00
tests Merge remote-tracking branch 'haiku/master' into package-management 2013-09-13 01:02:28 +02:00
tools Add HOST_LIBSUPC++ to fix compilation on MacOS X 2013-09-30 21:41:50 +02:00
Jamfile