aboutsummaryrefslogtreecommitdiffstats
path: root/man/man3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3')
-rw-r--r--man/man3/pthread_cancel.31
-rw-r--r--man/man3/pthread_create.31
2 files changed, 0 insertions, 2 deletions
diff --git a/man/man3/pthread_cancel.3 b/man/man3/pthread_cancel.3
index c89c8ca483..474b3daa77 100644
--- a/man/man3/pthread_cancel.3
+++ b/man/man3/pthread_cancel.3
@@ -149,7 +149,6 @@ main(): thread was canceled
.\" SRC BEGIN (pthread_cancel.c)
.EX
#include <err.h>
-#include <errno.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/man/man3/pthread_create.3 b/man/man3/pthread_create.3
index 8c9f58edd1..7a940c10a4 100644
--- a/man/man3/pthread_create.3
+++ b/man/man3/pthread_create.3
@@ -252,7 +252,6 @@ Joined with thread 3; returned value was SERVUS
.EX
#include <ctype.h>
#include <err.h>
-#include <errno.h>
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>