I thought afterwards the stub can still be useful to run R5 C only binaries on a GCC4 Haiku. It might be better placed in the arch folder though.

Also fixed a typo.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35146 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2010-01-18 22:32:57 +00:00
parent 35c16bd3fe
commit 585a28af7b
1 changed files with 1 additions and 3 deletions

View File

@ -46,13 +46,11 @@ thread_entry(thread_func entry, void* _thread)
} }
#if __GNUC__ < 3
void void
_thread_do_exit_notification(void) _thread_do_exit_notification(void)
{ {
// empty stub for R5 compability // empty stub for R5 compatibility
} }
#endif
void void