From 585a28af7b7acc8bfe270f4d4f7db298d02d417e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 18 Jan 2010 22:32:57 +0000 Subject: [PATCH] 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 --- src/system/libroot/os/thread.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/system/libroot/os/thread.c b/src/system/libroot/os/thread.c index e1130f6499..0e2c0032d6 100644 --- a/src/system/libroot/os/thread.c +++ b/src/system/libroot/os/thread.c @@ -46,13 +46,11 @@ thread_entry(thread_func entry, void* _thread) } -#if __GNUC__ < 3 void _thread_do_exit_notification(void) { - // empty stub for R5 compability + // empty stub for R5 compatibility } -#endif void