summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cleanup.c b/cleanup.c
index d18afd6..c46f1e9 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -33,10 +33,6 @@
#include "pthread.h"
#include "implement.h"
-/*
- * Code contributed by John E. Bossom <JEB>.
- */
-
_pthread_cleanup_t *
pthread_pop_cleanup (int execute)
/*
@@ -194,5 +190,4 @@ pthread_push_cleanup (_pthread_cleanup_t * cleanup,
} /* _pthread_push_cleanup */
-/* </JEB> */