Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: fusl/src/internal/dynlink.h

Issue 1689833004: [fusl] Update fusl (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: remove stray space Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fusl/ldso/dynlink.c ('k') | fusl/src/internal/stdio_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/internal/dynlink.h
diff --git a/fusl/src/internal/dynlink.h b/fusl/src/internal/dynlink.h
index 9c494e43966e0d7f0c80b621c6178f5cc4871a6d..48890b2db50ec5bc6178b506964c6eb900f6bdb4 100644
--- a/fusl/src/internal/dynlink.h
+++ b/fusl/src/internal/dynlink.h
@@ -83,6 +83,10 @@ struct fdpic_dummy_loadmap {
#define NEED_MIPS_GOT_RELOCS 0
#endif
+#ifndef DT_DEBUG_INDIRECT
+#define DT_DEBUG_INDIRECT 0
+#endif
+
#define AUX_CNT 32
#define DYN_CNT 32
« no previous file with comments | « fusl/ldso/dynlink.c ('k') | fusl/src/internal/stdio_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698