aboutsummaryrefslogtreecommitdiff
path: root/gnulib/import/getline.c
AgeCommit message (Collapse)AuthorFilesLines
2022-04-18Update gnulibTom Tromey1-11/+11
This updates gnulib to a relatively recent commit. Most of this was done by the gnulib import script; the only change I made was to update-gnulib.sh. Tested on x86-64 Fedora 34. I also did a mingw cross build.
2021-05-04gnulib: import getlineMike Frysinger1-0/+27
We use getline in sim today which breaks on older systems that are not compliant with the latest POSIX standard. For example, mingw64 for Windows omits getline so we fail to build there.