Index: src/untrusted/irt/irt_private.h |
=================================================================== |
--- src/untrusted/irt/irt_private.h (revision 9381) |
+++ src/untrusted/irt/irt_private.h (working copy) |
@@ -8,6 +8,9 @@ |
extern __thread int g_is_main_thread; |
+/* controls whether cc shim'ed tables should be used */ |
+extern int g_pancl_mode; |
+ |
int irt_nameservice_lookup(const char *name, int oflag, int *out_fd); |
#endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_PRIVATE_H_ */ |