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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
 
#include "libm.h"

#define _BSD_SOURCE
#include <math.h>

int __finite(double x)
{
	return isfinite(x);
}

weak_alias(__finite, finite);
debug log:

solving bf4f70f ...
found bf4f70f in https://inbox.vuxu.org/musl/20120722183653.30b6bd34@newbook/

applying [1/1] https://inbox.vuxu.org/musl/20120722183653.30b6bd34@newbook/
diff --git a/src/math/finite.c b/src/math/finite.c
new file mode 100644
index 0000000..bf4f70f

Checking patch src/math/finite.c...
Applied patch src/math/finite.c cleanly.

index at:
100644 bf4f70f0fad8bac53356d6f64660544a4c7390b1	src/math/finite.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).