From: Simon Ruderich Date: Mon, 1 Jul 2013 01:27:16 +0000 (+0200) Subject: README: Document failing test on FreeBSD. X-Git-Tag: 0.1~11 X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=commitdiff_plain;h=f48f8224380d107ebd257d729b54e9436c931945 README: Document failing test on FreeBSD. --- diff --git a/README b/README index 5e2209e..e9772b4 100644 --- a/README +++ b/README @@ -142,6 +142,7 @@ KNOWN ISSUES - `{fputc,putc,putchar}_unlocked()` are not hooked when writing to stdout (which might be redirected to stderr). Can't be fixed as the compiler inlines the code into the program without calling any function. +- Test `test_stdio.sh` fails for this reason on FreeBSD. BUGS