<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- lib/getline.h	1999-05-13 22:51:21.000000000 +0200
+++ lib/getline.h	2012-05-22 08:42:33.000000000 +0200
@@ -27,7 +27,7 @@
 #  endif
 # endif
 
-# if __GLIBC__ &lt; 2
+# if __GLIBC__ &lt; 2 &amp;&amp; (! defined(__APPLE__))
 int
 getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream));
 
</pre></body></html>