mailing list of musl libc
 help / color / mirror / code / Atom feed
49a2862317a96f317eca6edd554ba4a880aa3d2b blob 184 bytes (raw)

1
2
3
4
5
6
7
8
 
#include <threads.h>
#include <pthread.h>
#include <errno.h>

int mtx_timedlock(mtx_t *restrict m, const struct timespec *restrict ts)
{
	return mtx_timedlock_base(m, TIME_UTC, ts);
}
debug log:

solving 49a28623 ...
found 49a28623 in https://inbox.vuxu.org/musl/20230620143703.1415-6-luoyonggang@gmail.com/
found d22c8cf4 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 d22c8cf448163f148b016bfd72f81047124a6673	src/thread/mtx_timedlock.c

applying [1/1] https://inbox.vuxu.org/musl/20230620143703.1415-6-luoyonggang@gmail.com/
diff --git a/src/thread/mtx_timedlock.c b/src/thread/mtx_timedlock.c
index d22c8cf4..49a28623 100644

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

index at:
100644 49a2862317a96f317eca6edd554ba4a880aa3d2b	src/thread/mtx_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).