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

Unified Diff: src/untrusted/pthread/pthread.gyp

Issue 623863002: Implement pthread_rwlock functions for NaCl newlib. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 5 years, 11 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
Index: src/untrusted/pthread/pthread.gyp
diff --git a/src/untrusted/pthread/pthread.gyp b/src/untrusted/pthread/pthread.gyp
index 5107f03283334402c235ba72494b361802056b9a..6bf9dfef87a22a452a21bda5eec3d05e27f51967 100644
--- a/src/untrusted/pthread/pthread.gyp
+++ b/src/untrusted/pthread/pthread.gyp
@@ -11,6 +11,7 @@
'nc_thread.c',
'nc_mutex.c',
'nc_condvar.c',
+ 'nc_rwlock.c',
'nc_semaphore.c',
'nc_init_irt.c',
'stack_end.c',

Powered by Google App Engine
This is Rietveld 408576698