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

Unified Diff: src/untrusted/pthread/nacl.scons

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
« no previous file with comments | « no previous file | src/untrusted/pthread/nc_rwlock.c » ('j') | src/untrusted/pthread/pthread.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/untrusted/pthread/nacl.scons
diff --git a/src/untrusted/pthread/nacl.scons b/src/untrusted/pthread/nacl.scons
index c7138ffcc2f049a8fcc4980a510cb3cea89a1260..eb2006a1e37135745fd15a04831106a4e5aec12c 100644
--- a/src/untrusted/pthread/nacl.scons
+++ b/src/untrusted/pthread/nacl.scons
@@ -36,6 +36,7 @@ nc_objs = [env.ComponentObject(module, module + '.c')
'nc_mutex',
'nc_condvar',
'nc_semaphore',
+ 'nc_rwlock',
'stack_end',
]
] + [valgrind]
« no previous file with comments | « no previous file | src/untrusted/pthread/nc_rwlock.c » ('j') | src/untrusted/pthread/pthread.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698