[libc] Change UInt integer conversion operators to use standard types.
authorTue Ly <lntue@google.com>
Tue, 23 May 2023 17:34:12 +0000 (13:34 -0400)
committerTue Ly <lntue@google.com>
Tue, 23 May 2023 18:12:46 +0000 (14:12 -0400)
commit7cbcc581a5bf4b736579ec17cd87c0ae10ace516
tree9a73f99fdd04b47e8899c61f9971b76f809478c6
parent0e215e095f6ca0705c5aad4cbc61aaedec1a9e31
[libc] Change UInt integer conversion operators to use standard types.

This fixes an issue with missing `unsigned long` conversion on macOS.

Reviewed By: michaelrj

Differential Revision: https://reviews.llvm.org/D151234
libc/src/__support/UInt.h