OSDN Git Service

Add some glibc-like #defines for libchrome.
authorElliott Hughes <enh@google.com>
Tue, 7 Jul 2015 16:22:32 +0000 (09:22 -0700)
committerElliott Hughes <enh@google.com>
Tue, 7 Jul 2015 16:22:32 +0000 (09:22 -0700)
commit7ea817d39ecfdb0f42a61ea87c81105461710a93
tree88d3335fe7d3dc9e044710ec6849bb014ff4db1f
parent89bbb846b9831f232b87d54a6eeb759ac603cc43
Add some glibc-like #defines for libchrome.

libchrome uses __USE_XOPEN2K8 to decide whether futimens is
available. That's perhaps not the best idea, but there are other
cases where we defined the same feature macros as glibc to aid
portability.

Change-Id: Ie6e04cb181d88698d618e7dbd26cd347a6bf076c
libc/include/sys/cdefs.h