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

Unified Diff: elf/dl-fini.c

Issue 183973024: Remove __nacl_futex_fini (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 6 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 | « no previous file | sysdeps/nacl/futex_emulation.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: elf/dl-fini.c
diff --git a/elf/dl-fini.c b/elf/dl-fini.c
index cdf32238df52b8157a4e5556d483ba17ee723b01..1e667483813ca69bdff4097df82987ccf8353a74 100644
--- a/elf/dl-fini.c
+++ b/elf/dl-fini.c
@@ -287,8 +287,4 @@ _dl_fini (void)
GL(dl_num_relocations),
GL(dl_num_cache_relocations));
#endif
-
-#ifdef __native_client__
- __nacl_futex_fini ();
-#endif
}
« no previous file with comments | « no previous file | sysdeps/nacl/futex_emulation.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698