__USE_GNU
is an internal macro, so you shouldn't define it yourself.
But you may define _GNU_SOURCE
, either in your code, or when compiling (using the -D
option).
I think defining this one will help to make TEMP_FAILURE_RETRY
available.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…