summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'create.c')
-rw-r--r--create.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/create.c b/create.c
index 8d258f0..e085179 100644
--- a/create.c
+++ b/create.c
@@ -27,10 +27,6 @@
#include "pthread.h"
#include "implement.h"
-/*
- * Code contributed by John E. Bossom <JEB>.
- */
-
int
pthread_create (pthread_t * tid,
const pthread_attr_t * attr,
@@ -168,5 +164,3 @@ FAIL0:
} /* pthread_create */
-/* </JEB> */
-