Searched hist:190773 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/stdio/
H A Dgetdelim.cdiff 190773 Mon Apr 06 12:05:05 MDT 2009 das Return -1 instead of 0 upon reaching EOF. This is somewhat ill-advised
because it means getdelim() returns -1 for both error and EOF, and
never returns 0. However, this is what the original GNU implementation
does, and POSIX inherited the bug.

Reported by: marcus@

Completed in 146 milliseconds