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

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

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 | « no previous file | src/untrusted/pthread/nc_rwlock.c » ('j') | no next file with comments »
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698