mailing list of musl libc
 help / color / mirror / code / Atom feed
7d7aacb54e8d7f7bcf973134ac82d1fc410a38fd blob 125 bytes (raw)

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

int __pthread_key_delete(tss_t k);

void (tss_delete)(tss_t key) {
	(void)__pthread_key_delete(key);
}
debug log:

solving 7d7aacb ...
found 7d7aacb in https://inbox.vuxu.org/musl/09db1c648c8e0084b26a3c73c1d59ffa43bec843.1409423162.git.Jens.Gustedt@inria.fr/ ||
	https://inbox.vuxu.org/musl/d4d115772af1dddad0be0f978403ae9847f893bc.1409524413.git.Jens.Gustedt@inria.fr/

applying [1/2] https://inbox.vuxu.org/musl/09db1c648c8e0084b26a3c73c1d59ffa43bec843.1409423162.git.Jens.Gustedt@inria.fr/
diff --git a/src/thread/tss_delete.c b/src/thread/tss_delete.c
new file mode 100644
index 0000000..7d7aacb

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

skipping https://inbox.vuxu.org/musl/d4d115772af1dddad0be0f978403ae9847f893bc.1409524413.git.Jens.Gustedt@inria.fr/ for 7d7aacb
index at:
100644 7d7aacb54e8d7f7bcf973134ac82d1fc410a38fd	src/thread/tss_delete.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).