mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
d9c895cb3b
Abort on errors (and fixed what made the build stop) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
12 lines
No EOL
498 B
Diff
12 lines
No EOL
498 B
Diff
--- libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h 2020-02-28 11:49:29.763277856 +0000
|
|
+++ libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h 2020-02-28 11:49:45.092909823 +0000
|
|
@@ -198,8 +198,7 @@
|
|
unsigned long long __unused1;
|
|
unsigned long long __unused2;
|
|
#else
|
|
- unsigned short mode;
|
|
- unsigned short __pad1;
|
|
+ unsigned int mode;
|
|
unsigned short __seq;
|
|
unsigned short __pad2;
|
|
#if defined(__x86_64__) && !defined(_LP64)
|