aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_getline.c
Commit message (Collapse)AuthorAgeFilesLines
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-151-11/+2
| | | | | That's cleaner and it is supposed to fix compiler warnings with gcc 10 reported by Wynn Wolf Arbor <wolf at oriole dot systems> on discuss@.
* provide a simple stand-alone implementation of getline(3)Ingo Schwarze2015-11-071-0/+68
for systems lacking it