Barry deFreese, le Thu 28 May 2009 11:18:03 -0400, a écrit : > _GNU_SOURCE is defined but I don't think that brings in __USE_MISC, > right?
It should, see features.h: _GNU_SOURCE makes _SVID_SOURCE defined to 1, which makes __USE_MISC defined to 1. Samuel -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

