Skip to content

Commit f18c0af

Browse files
author
Vladimir Kotal
committed
mention stdatomic(3)
1 parent 47cc9d3 commit f18c0af

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

threads.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1283,7 +1283,8 @@
12831283
\item The atomic primitives and types in C11 is an optional feature, so should
12841284
be wrapped under \texttt{\_\_STDC\_NO\_ATOMICS\_\_} negative define.
12851285
\item A good description of the C11 atomic API can be found on
1286-
\url{http://en.cppreference.com/w/c/atomic}
1286+
\url{http://en.cppreference.com/w/c/atomic}. Some systems have the
1287+
stdatomic(3) man page.
12871288
\end{itemize}
12881289

12891290

0 commit comments

Comments
 (0)