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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
#include "atomic_flag.h"

_Bool (atomic_flag_test_and_set)(volatile atomic_flag* f) {
	return atomic_flag_test_and_set(f);
}

_Bool (atomic_flag_test_and_set_explicit)(volatile atomic_flag* f, memory_order mo) {
	return atomic_flag_test_and_set_explicit(f, mo);
}

void (atomic_flag_clear)(volatile atomic_flag* f) {
	atomic_flag_clear(f);
}

void (atomic_flag_clear_explicit)(volatile atomic_flag* f, memory_order mo) {
	atomic_flag_clear_explicit(f, mo);
}
debug log:

solving a27fbe3 ...
found a27fbe3 in https://inbox.vuxu.org/musl/1437983619.757.6.camel@inria.fr/ ||
	https://inbox.vuxu.org/musl/1438036221.19958.0.camel@inria.fr/ ||
	https://inbox.vuxu.org/musl/1438602469.2248.2.camel@inria.fr/

applying [1/3] https://inbox.vuxu.org/musl/1437983619.757.6.camel@inria.fr/
diff --git a/src/stdatomic/atomic_flag.c b/src/stdatomic/atomic_flag.c
new file mode 100644
index 0000000..a27fbe3

Checking patch src/stdatomic/atomic_flag.c...
Applied patch src/stdatomic/atomic_flag.c cleanly.

skipping https://inbox.vuxu.org/musl/1438036221.19958.0.camel@inria.fr/ for a27fbe3
skipping https://inbox.vuxu.org/musl/1438602469.2248.2.camel@inria.fr/ for a27fbe3
index at:
100644 a27fbe35e0d389e789b9663cf0f5e2654fd9a51a	src/stdatomic/atomic_flag.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).