mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
Fix Alpha bits/stat.h double inclusion problem.
This commit is contained in:
parent
1480094d1f
commit
aa576322e0
@ -1,3 +1,8 @@
|
||||
2010-01-12 Matt Turner <mattst88@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/stat.h: Fix double-inclusion
|
||||
problem.
|
||||
|
||||
2010-01-12 Matt Turner <mattst88@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define
|
||||
|
@ -21,6 +21,9 @@
|
||||
# error "Never include <bits/stat.h> directly; use <sys/stat.h> instead."
|
||||
#endif
|
||||
|
||||
#ifndef _BITS_STAT_H
|
||||
#define _BITS_STAT_H 1
|
||||
|
||||
/* Versions of the `struct stat' data structure. */
|
||||
#define _STAT_VER_KERNEL 0
|
||||
#define _STAT_VER_GLIBC2 1
|
||||
@ -155,3 +158,5 @@ struct stat64
|
||||
# define UTIME_NOW ((1l << 30) - 1l)
|
||||
# define UTIME_OMIT ((1l << 30) - 2l)
|
||||
#endif
|
||||
|
||||
#endif /* bits/stat.h */
|
||||
|
Loading…
Reference in New Issue
Block a user