aboutsummaryrefslogtreecommitdiff
path: root/nptl/cleanup_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/cleanup_compat.c')
-rw-r--r--nptl/cleanup_compat.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/cleanup_compat.c b/nptl/cleanup_compat.c
index d4e96ae..51de3e2 100644
--- a/nptl/cleanup_compat.c
+++ b/nptl/cleanup_compat.c
@@ -38,9 +38,7 @@ strong_alias (_pthread_cleanup_push, __pthread_cleanup_push)
void
-_pthread_cleanup_pop (buffer, execute)
- struct _pthread_cleanup_buffer *buffer;
- int execute;
+_pthread_cleanup_pop (struct _pthread_cleanup_buffer *buffer, int execute)
{
struct pthread *self __attribute ((unused)) = THREAD_SELF;