This is an archive of the discontinued LLVM Phabricator instance.

[libc] fix futex type
ClosedPublic

Authored by michaelrj on Oct 6 2022, 3:06 PM.

Details

Summary

Previously the futex type was defined in terms of unsigned int, now it's
uint32, which is more portable.

Diff Detail

Event Timeline

michaelrj created this revision.Oct 6 2022, 3:06 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 6 2022, 3:06 PM
michaelrj requested review of this revision.Oct 6 2022, 3:06 PM
sivachandra accepted this revision.Oct 6 2022, 3:11 PM
This revision is now accepted and ready to land.Oct 6 2022, 3:11 PM
This revision was automatically updated to reflect the committed changes.