mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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:
parent
015a3d0485
commit
36a3800af8
@ -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
|
||||
|
@ -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 { \
|
||||
|
Loading…
Reference in New Issue
Block a user