ssize_t is from POSIX and is not standard unfortunately.
Rewritting the code so it doesn't depend on it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thx Chatelet! Thx Siva!
Sorry I didnt expect receiving emails to do with my minor commits.😛
I will be more careful from now on.
libc/src/string/memmove.cpp | ||
---|---|---|
14 | I will remove the DEPS for unistd.h in CMake file. |
I will remove the DEPS for unistd.h in CMake file.