summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-06-01 18:21:08 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-06-01 18:21:08 +0200
commit55ac2338fcf5c3f2f3f812fd53063ce58aa38a49 (patch)
tree034020ab2e64a27b98a7bb87296fd24675ddf9d2 /README
parentcbb82666e00815aa2dbcc3f144460f3003b46b70 (diff)
portability and standards: add BSD-like err() and errx() functions
These are BSD functions. - HaikuOS now compiles without having to use libbsd. - Tested on SerenityOS (for fun), which doesn't have these functions (yet). With a small change to support wcwidth() sfeed works on SerenityOS.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 2fef8b2..2877912 100644
--- a/README
+++ b/README
@@ -117,7 +117,8 @@ OS tested
- FreeBSD
- DragonFlyBSD
- Windows (cygwin gcc, mingw).
-- HaikuOS (using libbsd).
+- HaikuOS
+- SerenityOS
- FreeDOS (djgpp).
- FUZIX (sdcc -mz80).