]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/blobdiff - README
tests: Add example_stdio.c and test_stdio.sh.
[coloredstderr/coloredstderr.git] / README
diff --git a/README b/README
index 79a40843429a4c66f346cf893be42c29f4834cb3..e298a04e6caee7eff1b0fd070aa4bbda0d460dd7 100644 (file)
--- a/README
+++ b/README
@@ -137,6 +137,14 @@ doesn't exist it's created. An existing file isn't overwritten, but the
 warnings are appended at the end.
 
 
+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.
+
+
 BUGS
 ----