------- Comment #5 from redi at gcc dot gnu dot org 2010-07-06 12:58 ------- You're not supposed to define __USE_GNU yourself, see <features.h>
The macro you should define is _GNU_SOURCE, which causes glibc to define __USE_GNU -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44837