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

Unified Diff: fusl/ldso/dlstart.c

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/BUILD.gn ('k') | fusl/ldso/dynlink.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/ldso/dlstart.c
diff --git a/fusl/src/ldso/dlstart.c b/fusl/ldso/dlstart.c
similarity index 99%
rename from fusl/src/ldso/dlstart.c
rename to fusl/ldso/dlstart.c
index 46f50114c0c434329ec0d0c37fdce28fc766ae66..4482d5250b8255265d894ea7b12f2eb7fd12ca56 100644
--- a/fusl/src/ldso/dlstart.c
+++ b/fusl/ldso/dlstart.c
@@ -1,8 +1,6 @@
#include <stddef.h>
#include "dynlink.h"
-#ifdef SHARED
-
#ifndef START
#define START "_dlstart"
#endif
@@ -146,5 +144,3 @@ void _dlstart_c(size_t *sp, size_t *dynv)
GETFUNCSYM(&dls2, __dls2, base+dyn[DT_PLTGOT]);
dls2((void *)base, sp);
}
-
-#endif
« no previous file with comments | « fusl/ldso/BUILD.gn ('k') | fusl/ldso/dynlink.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698