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

Unified Diff: fusl/crt/rcrt1.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/arch/x86_64/bits/termios.h ('k') | fusl/include/bits » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/crt/rcrt1.c
diff --git a/fusl/crt/rcrt1.c b/fusl/crt/rcrt1.c
index 9be117fdaa5416381c70f3c751c21473b40c9497..e763d0ab1555a189f1d36dbcd3aaafa140c99795 100644
--- a/fusl/crt/rcrt1.c
+++ b/fusl/crt/rcrt1.c
@@ -1,7 +1,7 @@
#define SHARED
#define START "_start"
#define _dlstart_c _start_c
-#include "../src/ldso/dlstart.c"
+#include "../ldso/dlstart.c"
int main();
void _init() __attribute__((weak));
« no previous file with comments | « fusl/arch/x86_64/bits/termios.h ('k') | fusl/include/bits » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698