mailing list of musl libc
 help / color / mirror / code / Atom feed
14a870654247cd1a53d6e6299fc53b111daad21b blob 249 bytes (raw)

1
2
3
4
5
6
7
8
 
#include "pthread_impl.h"

int __pthread_mutex_timedlock(pthread_mutex_t *restrict m, const struct timespec *restrict at)
{
	return __pthread_mutex_clocklock(m, CLOCK_REALTIME, at);
}

weak_alias(__pthread_mutex_timedlock, pthread_mutex_timedlock);
debug log:

solving 14a87065 ...
found 14a87065 in https://inbox.vuxu.org/musl/20230620143703.1415-4-luoyonggang@gmail.com/

applying [1/1] https://inbox.vuxu.org/musl/20230620143703.1415-4-luoyonggang@gmail.com/
diff --git a/src/thread/pthread_mutex_timedlock.c b/src/thread/pthread_mutex_timedlock.c
new file mode 100644
index 00000000..14a87065

Checking patch src/thread/pthread_mutex_timedlock.c...
Applied patch src/thread/pthread_mutex_timedlock.c cleanly.

index at:
100644 14a870654247cd1a53d6e6299fc53b111daad21b	src/thread/pthread_mutex_timedlock.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).