X-Spam-Check-By: sourceware.org Message-ID: <43DBF626.7000609@voidland.org> Date: Sun, 29 Jan 2006 00:54:30 +0200 From: Vladimir Panov User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20050923 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: getline() and getdelim() in /usr/include/sys/stdio.h Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi. cygwin-1.5.19 has introduced getline() and getdelim() in /usr/include/sys/stdio.h. Since they are GNU extensions, I think that they should be enclosed with #ifdef _GNU_SOURCE. ... #endif. Vlado -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/