DescriptionEnsure that _GNU_SOURCE is defined early enough
This style cleanup broke some versions of glibc that include fcntl.h from
another header before it is explicitly included:
https://codereview.chromium.org/236083002/
We need _GNU_SOURCE defined before the first time fcntl.h is included since
we use the linux-specific O_DIRECTORY extension.
Thanks to johan_e@opera.com for helping track this down.
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=269419
Patch Set 1 #Patch Set 2 : add a better comment #
Messages
Total messages: 13 (0 generated)
|