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

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

int (thrd_equal)(thrd_t a, thrd_t b)
{
	return a==b;
}
debug log:

solving ac49a44 ...
found ac49a44 in https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/22215ff2f880382340930f78cc746565a625a806.1409423162.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/ ||
	https://inbox.vuxu.org/musl/84b57c4f92b17384a2acdb2909d7ad8290abe31f.1409524413.git.Jens.Gustedt@inria.fr/ ||
	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/7] https://inbox.vuxu.org/musl/1406886931.4830.92.camel@eris.loria.fr/
diff --git a/src/thread/thrd_equal.c b/src/thread/thrd_equal.c\r
new file mode 100644\r
index 0000000..ac49a44\r

1:7: trailing whitespace.
#include <threads.h>\r
1:8: trailing whitespace.
\r
1:9: trailing whitespace.
int (thrd_equal)(thrd_t a, thrd_t b)\r
1:10: trailing whitespace.
{\r
1:11: trailing whitespace.
	return a==b;\r
Checking patch src/thread/thrd_equal.c...
Applied patch src/thread/thrd_equal.c cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

skipping https://inbox.vuxu.org/musl/1407144603.8274.248.camel@eris.loria.fr/ for ac49a44
skipping https://inbox.vuxu.org/musl/22215ff2f880382340930f78cc746565a625a806.1409423162.git.Jens.Gustedt@inria.fr/ for ac49a44
skipping https://inbox.vuxu.org/musl/1409177505.4476.75.camel@eris.loria.fr/ for ac49a44
skipping https://inbox.vuxu.org/musl/84b57c4f92b17384a2acdb2909d7ad8290abe31f.1409524413.git.Jens.Gustedt@inria.fr/ for ac49a44
skipping https://inbox.vuxu.org/musl/1408049748.4951.134.camel@eris.loria.fr/ for ac49a44
skipping https://inbox.vuxu.org/musl/1407801532.15134.96.camel@eris.loria.fr/ for ac49a44
index at:
100644 e032258265a931e1775f55cd93cc8c1cd2ad86a3	src/thread/thrd_equal.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).