aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-05-15 18:16:13 -0700
committerMichael Forney <mforney@mforney.org>2019-05-15 18:16:13 -0700
commitb530731adbf3a8ebdde77bd61fca3593e9f00896 (patch)
tree27705250a914010ec76c31119ae649edac72ea29 /doc
parent68726abdaa443926b8a1d939a6224dd12597e6af (diff)
Update doc/software.md now that asm labels are implemented
Diffstat (limited to 'doc')
-rw-r--r--doc/software.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/software.md b/doc/software.md
index 728e84b..b4d5c9d 100644
--- a/doc/software.md
+++ b/doc/software.md
@@ -89,10 +89,7 @@ Some tests fail, which still need to be investigated.
## st
Requires a few changes to avoid wide string literals and including
-`math.h` on musl targets. On glibc, the declaration of `sigpause` in
-`signal.h` with an asm label is not yet supported ([#60]), but since
-this is not used, you can define it away by adding `-D '__asm__(x)='`
-to your `CFLAGS`.
+`math.h` on musl targets.
```diff
diff --git a/config.def.h b/config.def.h