瀏覽代碼

添加lwp类型声明

heyuanjie 6 年之前
父節點
當前提交
2373a9c7be
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      include/rtdef.h

+ 4 - 0
include/rtdef.h

@@ -496,6 +496,10 @@ typedef siginfo_t rt_siginfo_t;
 #define RT_THREAD_CTRL_CHANGE_PRIORITY  0x02                /**< Change thread priority. */
 #define RT_THREAD_CTRL_INFO             0x03                /**< Get thread information. */
 
+#ifdef RT_USING_LWP
+struct rt_lwp;
+#endif
+
 /**
  * Thread structure
  */