This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 1.7.34-002


With cygwin-devel 1.7.34-002, the following test program (2 lines):
#define _BSD_SOURCE
#include <stdlib.h>

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]