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

Unified Diff: fusl/src/ldso/tlsdesc.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/src/ldso/dynlink.c ('k') | fusl/src/legacy/utmpx.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fusl/src/ldso/tlsdesc.c
diff --git a/fusl/src/ldso/tlsdesc.c b/fusl/src/ldso/tlsdesc.c
index 4bc654fa5cbf4c11de62c88270ca9ca0baa52684..a2985cb64a20a40c3efe53e30b55d2a167bd891a 100644
--- a/fusl/src/ldso/tlsdesc.c
+++ b/fusl/src/ldso/tlsdesc.c
@@ -1,5 +1,3 @@
-#ifdef SHARED
-
#include <stddef.h>
#include "libc.h"
@@ -12,5 +10,3 @@ ptrdiff_t __tlsdesc_static()
}
weak_alias(__tlsdesc_static, __tlsdesc_dynamic);
-
-#endif
« no previous file with comments | « fusl/src/ldso/dynlink.c ('k') | fusl/src/legacy/utmpx.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698