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

Unified Diff: src/untrusted/pthread/pthread_internal.h

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_internal.h
diff --git a/src/untrusted/pthread/pthread_internal.h b/src/untrusted/pthread/pthread_internal.h
index d15b86175c352de78c18808f0b06d2ff03559eed..5137b40735de80f9f93be0f53873ef88c9b6e17c 100644
--- a/src/untrusted/pthread/pthread_internal.h
+++ b/src/untrusted/pthread/pthread_internal.h
@@ -11,6 +11,7 @@
#include "native_client/src/untrusted/pthread/pthread.h"
struct nc_combined_tdb;
+struct nc_thread_descriptor;
extern int __nc_thread_initialized;
extern pthread_t __nc_initial_thread_id;
@@ -23,4 +24,6 @@ void __nc_initialize_interfaces(void);
void __nc_tsd_exit(void);
+struct nc_thread_descriptor *__nc_get_tdb(void);
+
#endif

Powered by Google App Engine
This is Rietveld 408576698