From b3d74dfdf3b5e3bcdba995dec0dd66f373d49580 Mon Sep 17 00:00:00 2001 From: Joseph Muia Date: Wed, 25 Jul 2018 21:27:42 -0400 Subject: [PATCH] Change duplicate 'Creating threads' section header --- book/book.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/book.tex b/book/book.tex index cd04cb3..94c93a5 100644 --- a/book/book.tex +++ b/book/book.tex @@ -3291,7 +3291,7 @@ \chapter{Threads} this code, see Section~\ref{code}. -\section{Creating threads} +\section{Pthreads} The most popular threading standard used with C is POSIX Threads, or Pthreads for short. The POSIX standard defines a thread model and an interface for creating and controlling threads. Most versions of UNIX provide an implementation of Pthreads.