From 4b48b00a9019fc108b73a04704c3657a4b29b58f Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 6 Jul 2014 23:10:35 -0400 Subject: [PATCH] rename file containing pthread_cleanup_push and pop for consistency --- src/thread/{cancellation.c => pthread_cleanup_push.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/thread/{cancellation.c => pthread_cleanup_push.c} (100%) diff --git a/src/thread/cancellation.c b/src/thread/pthread_cleanup_push.c similarity index 100% rename from src/thread/cancellation.c rename to src/thread/pthread_cleanup_push.c -- 2.25.1