HomeFreeBSD

Original fgetln() from 44lite return sucess for line tail errors,

Description

Original fgetln() from 44lite return sucess for line tail errors,
i.e. partial line, but set __SERR and errno in the same time, which
is inconsistent.
Now both OpenBSD and NetBSD return failure, i.e. no line and set error
indicators for such case, so make our fgetln() and fgetwln()
(as its wide version) compatible with the rest of *BSD.

PR: 212033
MFC after: 7 days

Details

Provenance
acheAuthored on
Parents
rS304818: Slightly reduce diffs against upstream lldb, and comment out PDB support.
Branches
Unknown
Tags
Unknown