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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
#include "pthread_impl.h"
#include <threads.h>

int __mtx_lock(__mtx_t *mut)
{
	return __mtx_timedlock(mut, 0);
}

int mtx_lock(mtx_t *mut)
{
	__THRD_ABI_MARK;
	return mtx_timedlock(mut, 0);
}
debug log:

solving 59bc1b2 ...
found 59bc1b2 in https://inbox.vuxu.org/musl/1408049748.4951.134.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1407801532.15134.96.camel@eris.loria.fr/

applying [1/2] https://inbox.vuxu.org/musl/1408049748.4951.134.camel@eris.loria.fr/
diff --git a/src/thread/mtx_lock.c b/src/thread/mtx_lock.c\r
new file mode 100644\r
index 0000000..59bc1b2\r

1:7: trailing whitespace.
#include "pthread_impl.h"\r
1:8: trailing whitespace.
#include <threads.h>\r
1:9: trailing whitespace.
\r
1:10: trailing whitespace.
int __mtx_lock(__mtx_t *mut)\r
1:11: trailing whitespace.
{\r
Checking patch src/thread/mtx_lock.c...
Applied patch src/thread/mtx_lock.c cleanly.
warning: squelched 8 whitespace errors
warning: 13 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/1407801532.15134.96.camel@eris.loria.fr/ for 59bc1b2
index at:
100644 a83e3d6372f100649f1225fa7ed2a94924fabbb8	src/thread/mtx_lock.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).