mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
a06b40cdf5
On 21/05/15 05:29, Siddhesh Poyarekar wrote: > On Wed, May 20, 2015 at 06:55:02PM +0100, Szabolcs Nagy wrote: >> i guess it's ok for consistency if i fix struct stat64 >> too to use __USE_XOPEN2K8. >> >> i will run some tests and come back with a patch > > I also think it would be appropriate to change this code in other > architectures (microblaze and nacl IIRC) to make all of them > consistent. It is a mechanical enough change IMO that all arch > maintainer acks is not necessary. > here is the patch with consistent __USE_XOPEN2K8 ok to commit? 2015-05-21 Szabolcs Nagy <szabolcs.nagy@arm.com> [BZ #18234] * conform/data/sys/stat.h-data (struct stat): Add tests for st_atim, st_mtim and st_ctim members. * sysdeps/nacl/bits/stat.h (struct stat, struct stat64): Make st_atim, st_ctim, st_mtim visible under __USE_XOPEN2K8 only. * sysdeps/unix/sysv/linux/generic/bits/stat.h (struct stat,): (struct stat64): Likewise. * sysdeps/unix/sysv/linux/ia64/bits/stat.h (struct stat,): (struct stat64): Likewise. * sysdeps/unix/sysv/linux/microblaze/bits/stat.h (struct stat,): (struct stat64): Likewise. |
||
---|---|---|
.. | ||
arpa | ||
net | ||
netinet | ||
sys | ||
aio.h-data | ||
assert.h-data | ||
complex.h-data | ||
cpio.h-data | ||
ctype.h-data | ||
dirent.h-data | ||
dlfcn.h-data | ||
errno.h-data | ||
fcntl.h-data | ||
fenv.h-data | ||
float.h-data | ||
fmtmsg.h-data | ||
fnmatch.h-data | ||
ftw.h-data | ||
glob.h-data | ||
grp.h-data | ||
iconv.h-data | ||
inttypes.h-data | ||
iso646.h-data | ||
langinfo.h-data | ||
libgen.h-data | ||
limits.h-data | ||
locale.h-data | ||
math.h-data | ||
monetary.h-data | ||
mqueue.h-data | ||
ndbm.h-data | ||
netdb.h-data | ||
nl_types.h-data | ||
poll.h-data | ||
pthread.h-data | ||
pwd.h-data | ||
regex.h-data | ||
sched.h-data | ||
search.h-data | ||
semaphore.h-data | ||
setjmp.h-data | ||
signal.h-data | ||
spawn.h-data | ||
stdalign.h-data | ||
stdarg.h-data | ||
stdbool.h-data | ||
stddef.h-data | ||
stdint.h-data | ||
stdio.h-data | ||
stdlib.h-data | ||
stdnoreturn.h-data | ||
string.h-data | ||
strings.h-data | ||
stropts.h-data | ||
syslog.h-data | ||
tar.h-data | ||
termios.h-data | ||
tgmath.h-data | ||
time.h-data | ||
uchar.h-data | ||
ucontext.h-data | ||
ulimit.h-data | ||
unistd.h-data | ||
utime.h-data | ||
utmpx.h-data | ||
varargs.h-data | ||
wchar.h-data | ||
wctype.h-data | ||
wordexp.h-data |