mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
committed by
Wolfgang Denk
parent
e852d36a1e
commit
64b1502133
@@ -28,4 +28,8 @@
|
||||
#include "mingw_support.h"
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include "getline.h"
|
||||
#endif
|
||||
|
||||
#endif /* __OS_SUPPORT_H_ */
|
||||
|
Reference in New Issue
Block a user