mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 18:57:16 +08:00
[libc] fix 64bit issue for pthreads
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user