diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-17 21:30:15 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-17 21:30:15 -0700 |
commit | e5270c239d7515194b880bbef675d34bcc64139b (patch) | |
tree | 9293f738b723d336a454f441fe93ddfa3a76be8f /sysdeps/sparc/sparc32 | |
parent | fb5e92c9794d64ee2e664a140374e3dd1d8a7bc6 (diff) | |
download | glibc-e5270c239d7515194b880bbef675d34bcc64139b.tar.gz glibc-e5270c239d7515194b880bbef675d34bcc64139b.tar.xz glibc-e5270c239d7515194b880bbef675d34bcc64139b.zip |
There is no legitimate reason to override reg_char on sparc32.
* sysdeps/sparc/sparc32/memcopy.h: Delete.
Diffstat (limited to 'sysdeps/sparc/sparc32')
-rw-r--r-- | sysdeps/sparc/sparc32/memcopy.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysdeps/sparc/sparc32/memcopy.h b/sysdeps/sparc/sparc32/memcopy.h deleted file mode 100644 index 8659693e9f..0000000000 --- a/sysdeps/sparc/sparc32/memcopy.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright (C) 1991, 1997 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 - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, see - <http://www.gnu.org/licenses/>. */ - -#include <sysdeps/generic/memcopy.h> -#undef reg_char -#define reg_char int |