Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 23 Aug 2012 01:07:35 -0400 (EDT)
From: idunham@...abit.com
To: musl@...ts.openwall.com
Subject: compatability: bits/syscall.h requires C99

I've been trying to get musl compatability patches for libuv merged
upstream, and I have it building, but there's one sticking point:
Upstream insists on using --std=c89 (I guess for portability to other
platforms).
This makes GCC choke on "long" in <bits/syscall.h>.
Per make -i, this is the only problem.

Would it be possible to eliminate this requirement?

Thanks,
Isaac Dunham


Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.