diff options
author | David S. Miller <davem@davemloft.net> | 2011-09-01 13:41:27 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-01 13:43:06 -0700 |
commit | 5f4318d102d604e2f80bc97927e2d80f76063639 (patch) | |
tree | 189e956cbde6fde7155f1961f03e8abc548c28ae /sysdeps/unix | |
parent | 3ba575169aabc83993759305c0394f58ad1ce3e0 (diff) | |
download | glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar.gz glibc-5f4318d102d604e2f80bc97927e2d80f76063639.tar.xz glibc-5f4318d102d604e2f80bc97927e2d80f76063639.zip |
Sanitize HWCAP_SPARC_* defines/usage, and add new entries.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sparc/sysdep.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/unix/sparc/sysdep.h b/sysdeps/unix/sparc/sysdep.h index c8f4ccafa6..590b7abc4a 100644 --- a/sysdeps/unix/sparc/sysdep.h +++ b/sysdeps/unix/sparc/sysdep.h @@ -1,4 +1,5 @@ -/* Copyright (C) 1993, 1994, 1995, 1997, 2003 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1994, 1995, 1997, 2003, 2011 + Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +18,7 @@ 02111-1307 USA. */ #include <sysdeps/unix/sysdep.h> +#include <sysdeps/sparc/sysdep.h> #ifdef __ASSEMBLER__ |