Rethinking the futex API - why change the type that uaddr points to?
Rethinking the futex API - why change the type that uaddr points to?
Posted Jun 23, 2020 13:02 UTC (Tue) by corbet (editor, #1)In reply to: Rethinking the futex API - why change the type that uaddr points to? by pr1268
Parent article: Rethinking the futex API
I would guess that it has to do with the desire to support different sizes of futexes. Once that's in place, the type of that pointer will vary, so it pretty much has to be void *.
