From e96df56b734d0a2619e7690c60a5472449d086c1 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Fri, 26 Jan 2024 17:45:46 -0800 Subject: doc/software: Fix double negative --- doc/software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/software.md') 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 -- cgit v1.2.3