Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 20 Jun 2023 22:37:00 +0800
From: Yonggang Luo <luoyonggang@...il.com>
To: Jens Gustedt <jens.gustedt@...ia.fr>,
	enh <enh@...gle.com>,
	musl@...ts.openwall.com
Cc: Yonggang Luo <luoyonggang@...il.com>
Subject: [PATCH v3 2/5] Rename files for implement pthread_mutex_clocklock and pthread_cond_clockwait

Signed-off-by: Yonggang Luo <luoyonggang@...il.com>
---
 src/thread/{pthread_cond_timedwait.c => pthread_cond_clockwait.c} | 0
 .../{pthread_mutex_timedlock.c => pthread_mutex_clocklock.c}      | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename src/thread/{pthread_cond_timedwait.c => pthread_cond_clockwait.c} (100%)
 rename src/thread/{pthread_mutex_timedlock.c => pthread_mutex_clocklock.c} (100%)

diff --git a/src/thread/pthread_cond_timedwait.c b/src/thread/pthread_cond_clockwait.c
similarity index 100%
rename from src/thread/pthread_cond_timedwait.c
rename to src/thread/pthread_cond_clockwait.c
diff --git a/src/thread/pthread_mutex_timedlock.c b/src/thread/pthread_mutex_clocklock.c
similarity index 100%
rename from src/thread/pthread_mutex_timedlock.c
rename to src/thread/pthread_mutex_clocklock.c
-- 
2.39.0.windows.1

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.