j
k
j a
j l
On Thu, 10 Sep 2015 15:09:42 +0800, Rock Lee said:
union thread_union init_thread_union __init_task_data = { INIT_THREAD_INFO(init_task) };
union thread_union init_thread_union __init_task_data =
{ INIT_THREAD_INFO(init_task) };
'gcc -E' to see what this expands to. All may not be as it seems. :)
Attachments:
Back to the thread
Back to the list