summaryrefslogtreecommitdiff
path: root/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'cleanup.c')
-rw-r--r--cleanup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleanup.c b/cleanup.c
index 012b82e..df7dec3 100644
--- a/cleanup.c
+++ b/cleanup.c
@@ -20,7 +20,7 @@
*/
_pthread_cleanup_t *
-_pthread_pop_cleanup (int execute)
+pthread_pop_cleanup (int execute)
/*
* ------------------------------------------------------
* DOCPUBLIC
@@ -120,7 +120,7 @@ _pthread_pop_cleanup (int execute)
void
-_pthread_push_cleanup (_pthread_cleanup_t * cleanup,
+pthread_push_cleanup (_pthread_cleanup_t * cleanup,
void (*routine) (void *),
void *arg)
/*