mailing list of musl libc
 help / color / mirror / code / Atom feed
da803df7767bd91aae56c5fe93bd62e9b25a1a9e blob 293 bytes (raw)

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

int __pthread_cond_timedwait(pthread_cond_t *restrict c, pthread_mutex_t *restrict m, const struct timespec *restrict ts)
{
	int clock = c->_c_clock;
	return __pthread_cond_clockwait(c, m, clock, ts);
}

weak_alias(__pthread_cond_timedwait, pthread_cond_timedwait);
debug log:

solving da803df7 ...
found da803df7 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_cond_timedwait.c b/src/thread/pthread_cond_timedwait.c
new file mode 100644
index 00000000..da803df7

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

index at:
100644 da803df7767bd91aae56c5fe93bd62e9b25a1a9e	src/thread/pthread_cond_timedwait.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).