[CLONE_*TID]: Make tsk->user_tid and int so that 64-bit arches work.
- futex uses int as its atomic word type, we pass in user_tid to the futex routines, so the types must match
Showing
Please register or sign in to comment
- futex uses int as its atomic word type, we pass in user_tid to the futex routines, so the types must match