[libcxx-commits] [PATCH] D119966: formatting
Abhina Sree via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 16 12:07:29 PST 2022
abhina.sreeskantharajan created this revision.
abhina.sreeskantharajan requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119966
Files:
libcxx/include/__threading_support
Index: libcxx/include/__threading_support
===================================================================
--- libcxx/include/__threading_support
+++ libcxx/include/__threading_support
@@ -457,7 +457,7 @@
#elif defined(_OPEN_THREADS)
return pthread_getspecific_d8_np(__key);
#else
-#error pthread_getspecific function is not available
+ #error pthread_getspecific function is not available
#endif
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119966.409360.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220216/329d8573/attachment-0001.bin>
More information about the libcxx-commits
mailing list