diff packages/kernel/current/include/thread.hxx @ 1585:eead27d1aa2f

* doc/kernel.sgml: Expanded the documentation about the use of CYG_FLAG_WAITMODE_CLR.
author asl
date Wed, 14 Apr 2004 09:32:03 +0000
parents d2c90368aeef
children 27ecc11e99bd
line wrap: on
line diff
--- a/packages/kernel/current/include/thread.hxx
+++ b/packages/kernel/current/include/thread.hxx
@@ -562,7 +562,7 @@ public:
     void                remove(Cyg_Thread *thread);
 
                         // test if queue is empty
-    cyg_bool            empty();
+    inline cyg_bool     empty();
     
 };