[all-commits] [llvm/llvm-project] e517df: [libc][NFC] remove dependency on non standard ssize_t
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Jan 19 00:14:27 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e517dff50a4f933d0729026901b14c7c1112a359
https://github.com/llvm/llvm-project/commit/e517dff50a4f933d0729026901b14c7c1112a359
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2021-01-19 (Tue, 19 Jan 2021)
Changed paths:
M libc/src/string/memmove.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list