blob 2f5ce7c697fe84419b6e6b9dc4dbabca5faa9171 386 bytes (raw)
name: packages/patches/gcc-9-asan-fix-limits-include.patch # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
| | diff --git a/libsanitizer/asan/asan_linux.cc b/libsanitizer/asan/asan_linux.cc
index d92d0596b7c..7926536a0c3 100644
--- a/libsanitizer/asan/asan_linux.cc
+++ b/libsanitizer/asan/asan_linux.cc
@@ -30,7 +30,7 @@
#include <sys/types.h>
#include <dlfcn.h>
#include <fcntl.h>
-#include <limits.h>
+#include <linux/limits.h>
#include <pthread.h>
#include <stdio.h>
#include <unistd.h>
|
debug log:
solving 2f5ce7c697fe84419b6e6b9dc4dbabca5faa9171 ...
found 2f5ce7c697fe84419b6e6b9dc4dbabca5faa9171 in https://git.savannah.gnu.org/cgit/guix.git
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).