diff options
-rw-r--r-- | doc/software.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/software.md b/doc/software.md index f774d07..b9bd372 100644 --- a/doc/software.md +++ b/doc/software.md @@ -20,7 +20,7 @@ patch directories in the [oasis package tree] for any patches used. On musl systems, you must define `long double` to match `double` (as below) to avoid errors in unused `static inline` functions in musl's -`math.h`. Note: this is a hack and won't be ABI-incompatible with musl; +`math.h`. Note: this is a hack and won't be ABI-compatible with musl; things will break if any functions with `long double` get called. ```diff |