Use struct timespec for timestamps in struct stat for Alpha also if __USE_XOPEN2K8.

Signed-off-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Matt Turner 2009-11-23 14:56:01 -05:00 committed by Joseph Myers
parent 015a3d0485
commit 36a3800af8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2009-11-23 Matt Turner <mattst88@gmail.com>
* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Use struct timespec
for timestamps also if __USE_XOPEN2K8.
2009-11-23 Matt Turner <mattst88@gmail.com>
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Change misleading

View File

@ -41,7 +41,7 @@
Use neat tidy anonymous unions and structures when possible. */
#ifdef __USE_MISC
#if defined __USE_MISC || defined __USE_XOPEN2K8
# if __GNUC_PREREQ(3,3)
# define __ST_TIME(X) \
__extension__ union { \