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

Unified Diff: sysdeps/nacl/futex_emulation.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 | « elf/dl-fini.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/futex_emulation.c
diff --git a/sysdeps/nacl/futex_emulation.c b/sysdeps/nacl/futex_emulation.c
index 914e5d0c10984d98440b1f2a35547ddb541ad2ba..e84831fd7ae1a8755721549bfb1d0fb1cea49aa2 100644
--- a/sysdeps/nacl/futex_emulation.c
+++ b/sysdeps/nacl/futex_emulation.c
@@ -15,11 +15,6 @@ void __nacl_futex_init (void)
__nacl_irt_mutex_create (&global_futex_emulation_mutex_desc);
}
-void __nacl_futex_fini (void)
-{
- __nacl_irt_mutex_destroy (global_futex_emulation_mutex_desc);
-}
-
int __nacl_futex_wait (volatile int *addr, int val, unsigned int bitset,
const struct timespec *timeout)
{
« no previous file with comments | « elf/dl-fini.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698