Andreas Bießmann 6f26185435 tools/os_support: add OS X Lion support
OS X Lion's c-library implements getline(), therefore prevent including the old
helper implementation for __DARWIN_C_LEVEL < 200809L.

Without this patch following error occours:

---8<---
In file included from os_support.h:32,
                 from img2srec.c:55:
getline.h:1: error: conflicting types for ‘getline’
/usr/include/stdio.h:449: error: previous declaration of ‘getline’ was
here
--->8---

Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
2011-12-02 10:56:21 +01:00
..
2011-11-22 08:49:21 +01:00
2010-10-12 21:49:28 +02:00
2011-08-03 12:49:19 +02:00
2010-10-27 20:16:52 +02:00
2011-11-27 15:44:41 +01:00
2005-07-21 11:22:21 +02:00
2009-11-24 23:43:18 +01:00
2009-04-28 01:16:46 +02:00