diff options
author | Michael Forney <mforney@mforney.org> | 2019-05-15 18:16:13 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2019-05-15 18:16:13 -0700 |
commit | b530731adbf3a8ebdde77bd61fca3593e9f00896 (patch) | |
tree | 27705250a914010ec76c31119ae649edac72ea29 /doc | |
parent | 68726abdaa443926b8a1d939a6224dd12597e6af (diff) |
Update doc/software.md now that asm labels are implemented
Diffstat (limited to 'doc')
-rw-r--r-- | doc/software.md | 5 |
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 |