about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2014-01-20 11:05:22 -0800
committerH.J. Lu <hjl.tools@gmail.com>2014-01-20 11:11:01 -0800
commit4959e284ca9c4ee749e1fe4b95ce682dee110a27 (patch)
tree59785e0c1bff6a38d177c2249fe3549646024d07 /sysdeps
parentd98720e07f67fbeec00f9e1347840404240d3c48 (diff)
downloadglibc-4959e284ca9c4ee749e1fe4b95ce682dee110a27.tar.gz
glibc-4959e284ca9c4ee749e1fe4b95ce682dee110a27.tar.xz
glibc-4959e284ca9c4ee749e1fe4b95ce682dee110a27.zip
Include generic symbol-hacks.h for x32
In BZ #15605 fix with addding memset/memmove alias in symbol-hacks.h,
x32 symbol-hacks.h change was missing.  Fixed by including
<sysdeps/generic/symbol-hacks.h> in x32 symbol-hacks.h.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/x86_64/x32/symbol-hacks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/x32/symbol-hacks.h b/sysdeps/x86_64/x32/symbol-hacks.h
index bc7b4c4441..22aad04437 100644
--- a/sysdeps/x86_64/x32/symbol-hacks.h
+++ b/sysdeps/x86_64/x32/symbol-hacks.h
@@ -1 +1 @@
-/* Fortunately nothing to do.  */
+#include <sysdeps/generic/symbol-hacks.h>