commit | 0184f1ef5a6dfb849e9602f4bdff3d0484fe2082 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Jan 08 02:48:03 2010 -0500 |
committer | Wolfgang Denk <wd@denx.de> | Tue Jan 26 00:07:13 2010 +0100 |
tree | ba4fa5cceead362257f8f8aa0c80333721798ec4 | |
parent | e21597b04c49458864e7ede207b2968563dbc572 [diff] |
getline: split out for darwin systems At least on OS X 10.5 and older, getline does not exist. So split out the function from the mingw code so that we can pull it in for Darwin systems. Signed-off-by: Mike Frysinger <vapier@gentoo.org>