mailing list of musl libc
 help / color / mirror / code / Atom feed
15c65709bbb56330631874c6237bb7fe40b3dc5e blob 113 bytes (raw)

1
2
3
4
5
6
7
 
#include "time32.h"
#include <time.h>

double __difftime32(time32_t t1, time_t t2)
{
	return difftime(t1, t2);
}
debug log:

solving 15c65709 ...
found 15c65709 in https://inbox.vuxu.org/musl/20190802214433.GA25193@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/20191021024643.GA6192@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/20191101202539.GA8982@brightrain.aerifal.cx/ ||
	https://inbox.vuxu.org/musl/20191102013911.GA26175@brightrain.aerifal.cx/

applying [1/4] https://inbox.vuxu.org/musl/20190802214433.GA25193@brightrain.aerifal.cx/
diff --git a/compat/time32/difftime32.c b/compat/time32/difftime32.c
new file mode 100644
index 00000000..15c65709

Checking patch compat/time32/difftime32.c...
Applied patch compat/time32/difftime32.c cleanly.

skipping https://inbox.vuxu.org/musl/20191021024643.GA6192@brightrain.aerifal.cx/ for 15c65709
skipping https://inbox.vuxu.org/musl/20191101202539.GA8982@brightrain.aerifal.cx/ for 15c65709
skipping https://inbox.vuxu.org/musl/20191102013911.GA26175@brightrain.aerifal.cx/ for 15c65709
index at:
100644 15c65709bbb56330631874c6237bb7fe40b3dc5e	compat/time32/difftime32.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).