diff options
author | Richard Henderson <rth@twiddle.net> | 2012-02-08 11:48:38 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2012-02-08 17:03:27 -0800 |
commit | 2011e6018cece62599c78e9a3c500ec887335a90 (patch) | |
tree | 101a334d8be106ee1f94b7912358a6d2e75ebd15 | |
parent | 6aa8bd8cd15f1563db859805e9681cb750247667 (diff) | |
download | glibc-2011e6018cece62599c78e9a3c500ec887335a90.tar.gz glibc-2011e6018cece62599c78e9a3c500ec887335a90.tar.xz glibc-2011e6018cece62599c78e9a3c500ec887335a90.zip |
alpha: Define _STAT_VER_LINUX.
-rw-r--r-- | ChangeLog.alpha | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/bits/stat.h | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog.alpha b/ChangeLog.alpha index ae6839df43..afcf75aa10 100644 --- a/ChangeLog.alpha +++ b/ChangeLog.alpha @@ -1,5 +1,7 @@ 2012-02-08 Richard Henderson <rth@twiddle.net> + * sysdeps/unix/sysv/linux/alpha/bits/stat.h (_STAT_VER_LINUX): New. + * sysdeps/alpha/dl-tls.h (TLS_DTV_UNALLOCATED): New. * sysdeps/unix/sysv/linux/alpha/configure.in: New file. diff --git a/sysdeps/unix/sysv/linux/alpha/bits/stat.h b/sysdeps/unix/sysv/linux/alpha/bits/stat.h index d7241bd1aa..e70e83636d 100644 --- a/sysdeps/unix/sysv/linux/alpha/bits/stat.h +++ b/sysdeps/unix/sysv/linux/alpha/bits/stat.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1996,1997,1998,1999,2000,2001,2004,2010 +/* Copyright (C) 1996,1997,1998,1999,2000,2001,2004,2010,2012 Free Software Foundation, Inc. This file is part of the GNU C Library. @@ -30,7 +30,8 @@ #define _STAT_VER_GLIBC2_1 2 #define _STAT_VER_KERNEL64 3 #define _STAT_VER_GLIBC2_3_4 3 -#define _STAT_VER _STAT_VER_GLIBC2_3_4 +#define _STAT_VER_LINUX 3 +#define _STAT_VER _STAT_VER_LINUX /* Versions of the `xmknod' interface. */ #define _MKNOD_VER_LINUX 0 |