Index: en_US.ISO8859-1/articles/linux-emulation/article.xml =================================================================== --- en_US.ISO8859-1/articles/linux-emulation/article.xml +++ en_US.ISO8859-1/articles/linux-emulation/article.xml @@ -1997,7 +1997,7 @@ fast, as presented by the following example: pthread_mutex_lock(&mutex); -.... +... pthread_mutex_unlock(&mutex); 1:1 threading forces us to perform two syscalls for