OSDN Git Service

[libc][NFC] remove dependency on non standard ssize_t
authorGuillaume Chatelet <gchatelet@google.com>
Fri, 15 Jan 2021 11:07:44 +0000 (11:07 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 19 Jan 2021 08:12:38 +0000 (08:12 +0000)
commite517dff50a4f933d0729026901b14c7c1112a359
treeab92f0e1a781ce10539044359a5570f06a4f4545
parentd4bb3ef53276213d3ba8987da5f76f423b86160d
[libc][NFC] remove dependency on non standard ssize_t

`ssize_t` is from POSIX and is not standard unfortunately.
Rewritting the code so it doesn't depend on it.

Differential Revision: https://reviews.llvm.org/D94760
libc/src/string/memmove.cpp