[libc-commits] [PATCH] D84247: [libc] Implement strnlen.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jul 21 12:20:06 PDT 2020
sivachandra added a comment.
Can you also add the entries in `config/spec/posix.td` and `config/linux/api.td` files?
================
Comment at: libc/src/string/strnlen.h:1
+//===-- Implementation header for strnlen ------------------------*- C++
+//-*-===//
----------------
Clang format messed it up this way. Also in the `.cpp` fle.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84247/new/
https://reviews.llvm.org/D84247
More information about the libc-commits
mailing list