1ba0013f21e1953ae4a59cdf61562fbe843077e9 |
|
09-Jan-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
Support both getline and fgetln
Some libc implementations don't have the getline function but instead
have an equivalent fgetln function.
Add code to detect both and use whatever is available.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |