Skip to content

Commit

Permalink
添加lwp类型声明
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuanjie committed Jul 31, 2018
1 parent c79fbd3 commit 2373a9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/rtdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 2373a9c

Please sign in to comment.