diff options
author | Michael Forney <mforney@mforney.org> | 2024-01-26 17:45:46 -0800 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-01-26 17:47:21 -0800 |
commit | e96df56b734d0a2619e7690c60a5472449d086c1 (patch) | |
tree | bfa80780355ce20c1c565063d79df754fa9b0a11 /doc/software.md | |
parent | 0985a7893a4b5de63a67ebab445892d9fffe275b (diff) |
doc/software: Fix double negative
Diffstat (limited to 'doc/software.md')
-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 |