[libc-commits] [PATCH] D123423: [libc] Add a definition of pthread_attr_t and its getters and setters.

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Apr 8 14:37:24 PDT 2022


michaelrj added inline comments.


================
Comment at: libc/src/pthread/pthread_attr_destroy.cpp:18
+LLVM_LIBC_FUNCTION(int, pthread_attr_destroy, (pthread_attr_t * attr)) {
+  return 0;
+}
----------------
since this function doesn't appear to have an implementation yet, does it need to be in this patch?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123423



More information about the libc-commits mailing list