master hovercats/oakiss / pkg / musl / patch / 0004-Rename-files-for-implement-pthread_mutex_clocklock-a.patch
 1From 2bcfd41fe21f396f528fb863afeaf1328341a681 Mon Sep 17 00:00:00 2001
 2From: Yonggang Luo <luoyonggang@gmail.com>
 3Date: Tue, 20 Jun 2023 22:37:00 +0800
 4Subject: [PATCH] Rename files for implement pthread_mutex_clocklock and
 5 pthread_cond_clockwait
 6
 7Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
 8---
 9 src/thread/{pthread_cond_timedwait.c => pthread_cond_clockwait.c} | 0
10 .../{pthread_mutex_timedlock.c => pthread_mutex_clocklock.c}      | 0
11 2 files changed, 0 insertions(+), 0 deletions(-)
12 rename src/thread/{pthread_cond_timedwait.c => pthread_cond_clockwait.c} (100%)
13 rename src/thread/{pthread_mutex_timedlock.c => pthread_mutex_clocklock.c} (100%)
14
15diff --git a/src/thread/pthread_cond_timedwait.c b/src/thread/pthread_cond_clockwait.c
16similarity index 100%
17rename from src/thread/pthread_cond_timedwait.c
18rename to src/thread/pthread_cond_clockwait.c
19diff --git a/src/thread/pthread_mutex_timedlock.c b/src/thread/pthread_mutex_clocklock.c
20similarity index 100%
21rename from src/thread/pthread_mutex_timedlock.c
22rename to src/thread/pthread_mutex_clocklock.c
23-- 
242.49.0
25