From 8936b48e95d828a00a4788526b959b4cb622b5ac Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 26 Oct 2014 11:23:34 +0100 Subject: Added a comment for the fgetwc fix --- fgetwc_fix.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fgetwc_fix.c') diff --git a/fgetwc_fix.c b/fgetwc_fix.c index ed770ce..76cf52b 100644 --- a/fgetwc_fix.c +++ b/fgetwc_fix.c @@ -1,4 +1,6 @@ +/* This file contains a fixed implementation of fgetwc since glibc's one is a little segfaulty when used on fmemopen'ed files. */ + #include #include #include -- cgit