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

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

int __pthread_mutex_unlock(mtx_t *);

int (mtx_unlock)(mtx_t *mtx) {
	int ret = __pthread_mutex_unlock(mtx);
	/* In case of UB may also return EPERM. */
	return ret ? thrd_error : thrd_success;
}
debug log:

solving e673cd5 ...
found e673cd5 in https://inbox.vuxu.org/musl/0f3acdbceb88a357600611d64f7b5ed13ab3eced.1409524413.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/1fd80c87fbb0d610730e9d0bf986a304427ba8ff.1409423162.git.Jens.Gustedt@inria.fr/

applying [1/2] https://inbox.vuxu.org/musl/0f3acdbceb88a357600611d64f7b5ed13ab3eced.1409524413.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/mtx_unlock.c b/src/thread/mtx_unlock.c
new file mode 100644
index 0000000..e673cd5

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

skipping https://inbox.vuxu.org/musl/1fd80c87fbb0d610730e9d0bf986a304427ba8ff.1409423162.git.Jens.Gustedt@inria.fr/ for e673cd5
index at:
100644 e673cd51c172d19bbc61bbd8b5df112c3890eed2	src/thread/mtx_unlock.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).