diff options
author | David S. Miller <davem@davemloft.net> | 2012-04-18 11:11:10 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-18 11:13:14 -0700 |
commit | 95aa737cf9fd7f0c31de62950b253861b863dc50 (patch) | |
tree | 814c6131a4baeb8dc51b8f1f915212639481907f | |
parent | 7a99a614618a92b01715733d34b3320d75d9e997 (diff) | |
download | glibc-95aa737cf9fd7f0c31de62950b253861b863dc50.tar.gz glibc-95aa737cf9fd7f0c31de62950b253861b863dc50.tar.xz glibc-95aa737cf9fd7f0c31de62950b253861b863dc50.zip |
Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 one
* sysdeps/sparc/sparc64/memcopy.h: Delete.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/sparc/sparc64/memcopy.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2728eaa924..e56e7e704a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-04-18 David S. Miller <davem@davemloft.net> + + * sysdeps/sparc/sparc64/memcopy.h: Delete. + 2012-04-18 Andreas Jaeger <aj@suse.de> [BZ# 6794] diff --git a/sysdeps/sparc/sparc64/memcopy.h b/sysdeps/sparc/sparc64/memcopy.h deleted file mode 100644 index ec978e3c80..0000000000 --- a/sysdeps/sparc/sparc64/memcopy.h +++ /dev/null @@ -1 +0,0 @@ -#include <sparc32/memcopy.h> |