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

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

Issue 951583004: Implement pthread_rwlock functions for NaCl newlib (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 9 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 | « src/untrusted/pthread/pthread.h ('k') | src/untrusted/pthread/pthread_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « src/untrusted/pthread/pthread.h ('k') | src/untrusted/pthread/pthread_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698