[libc-commits] [PATCH] D94760: [libc][NFC] remove dependency on non standard ssize_t

Cheng Wang via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jan 29 00:38:37 PST 2021


cheng.w added a comment.

Thx Chatelet! Thx Siva!
Sorry I didnt expect receiving emails to do with my minor commits.😛
I will be more careful from now on.



================
Comment at: libc/src/string/memmove.cpp:14
 #include <stddef.h> // size_t, ptrdiff_t
-#include <unistd.h> // ssize_t
 
----------------
I will remove the `DEPS` for `unistd.h` in CMake file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94760/new/

https://reviews.llvm.org/D94760



More information about the libc-commits mailing list