summaryrefslogtreecommitdiff
path: root/mini-gmp
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2020-09-17 10:24:16 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2020-09-17 10:24:16 +0200
commitdfbe480b8cf7e48f0e7ac9f0f472ed99d7289cfe (patch)
tree1c212542683f2ba8a94a158e6d25549a96827f54 /mini-gmp
parent61bf31480b7dbc9650ccf8d3840a7c1ed1f00b98 (diff)
downloadgmp-dfbe480b8cf7e48f0e7ac9f0f472ed99d7289cfe.tar.gz
mini-gmp/mini-gmp.h: Update FILE tests from gmp-h (spotted by Vincent Lefevre)
Diffstat (limited to 'mini-gmp')
-rw-r--r--mini-gmp/mini-gmp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mini-gmp/mini-gmp.h b/mini-gmp/mini-gmp.h
index ef64823d4..7097f85f0 100644
--- a/mini-gmp/mini-gmp.h
+++ b/mini-gmp/mini-gmp.h
@@ -295,7 +295,8 @@ int mpz_init_set_str (mpz_t, const char *, int);
|| defined (_MSL_STDIO_H) /* Metrowerks */ \
|| defined (_STDIO_H_INCLUDED) /* QNX4 */ \
|| defined (_ISO_STDIO_ISO_H) /* Sun C++ */ \
- || defined (__STDIO_LOADED) /* VMS */
+ || defined (__STDIO_LOADED) /* VMS */ \
+ || defined (__DEFINED_FILE) /* musl */
size_t mpz_out_str (FILE *, int, const mpz_t);
#endif