X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=kgaY6S1gLYmdeawQ+P9nSzmIRSk82OCoRozXehRvLq3 ZHXAbxAsJhCrGxq/nXW1fc8sJHbuOrrFvnuSIAA1ULLaxtM5Bx1Tnvbcjq+8Sl6O 5cDI2gAbKLw54fvwxTrHAnrg4ty4K0NIoWzY4d/phxtdbhre9XwvWpV+PK597+zY = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=61p1d5UQuo6rT7ZhhuEv9zi146s=; b=ilDeMIXrLw8+9MtbA frvwrCMCbpO0s2rjTXmIgUGI/YLz0bYJaFqD0AdTqKR3nQApsrhSOE7tsq8QCsxN 0ahzPN1cW3zUy2rBjUffiFJqA0F7C3VkbfPPQZ74Oqs3NuucsXpthXGwcAX8O36W swxPp13Fv+sVoxh/hiZg60SONY= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_WEB autolearn=no version=3.3.2 X-HELO: mout.kundenserver.de Message-ID: <548B6F5A.8000500@towo.net> Date: Fri, 12 Dec 2014 23:42:34 +0100 From: Thomas Wolff User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002 References: In-Reply-To: X-TagToolbar-Keys: D20141212234234106 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-UI-Out-Filterresults: notjunk:1; X-IsSubscribed: yes With cygwin-devel 1.7.34-002, the following test program (2 lines): #define _BSD_SOURCE #include produces this error: In file included from test.c:2:0: /usr/include/stdlib.h:258:23: error: expected string literal before ‘__ASMNAME’ __asm__ (__ASMNAME ("__bsd_qsort_r")); ^ ------ Thomas -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple