From b530731adbf3a8ebdde77bd61fca3593e9f00896 Mon Sep 17 00:00:00 2001
From: Michael Forney <mforney@mforney.org>
Date: Wed, 15 May 2019 18:16:13 -0700
Subject: Update doc/software.md now that asm labels are implemented

---
 doc/software.md | 5 +----
 1 file changed, 1 insertion(+), 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
-- 
cgit v1.2.3