README: Document failing test on FreeBSD.

This commit is contained in:
Simon Ruderich
2013-07-01 03:27:16 +02:00
parent 2241f5278e
commit f48f822438

1
README
View File

@@ -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