[libc] fix 64bit issue for pthreads

This commit is contained in:
Bernard Xiong
2020-06-06 13:21:32 +08:00
parent a4f1905b6d
commit fe2e9e924e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -623,7 +623,7 @@ struct rt_thread
void *lwp;
#endif
rt_uint32_t user_data; /**< private user data beyond this thread */
rt_ubase_t user_data; /**< private user data beyond this thread */
};
typedef struct rt_thread *rt_thread_t;