Fix build failure on aarch64 (#1226459)

This commit is contained in:
Siddhesh Poyarekar 2015-05-30 09:40:53 +05:30
parent a7f6b6e326
commit 8178d6f0a6
2 changed files with 5 additions and 2 deletions

View File

@ -944,7 +944,7 @@ index 0d6558b..2106bf6 100644
+# undef INLINE_VSYSCALL
+# define INLINE_VSYSCALL INLINE_SYSCALL
+#else
+# include <bits/libc-vdso.h>
+# include <libc-vdso.h>
+#endif
struct _condvar_cleanup_buffer

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.21-357-gb40a4e1
%define glibcversion 2.21.90
%define glibcrelease 13%{?dist}
%define glibcrelease 14%{?dist}
# Pre-release tarballs are pulled in from git using a command that is
# effectively:
#
@ -1819,6 +1819,9 @@ rm -f *.filelist*
%endif
%changelog
* Sat May 30 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-14
- Fix build failure on aarch64 (#1226459).
* Mon May 18 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-13
- Sync with upstream master.
- Install new condvar implementation.