| Index: src/shared/platform/nacl_log.h
|
| diff --git a/src/shared/platform/nacl_log.h b/src/shared/platform/nacl_log.h
|
| index ea9a5148ea4a96df7f240b39a6c9f28a33f584e3..619d937f5577a50bfe10bf5624e2e3bd895b1deb 100644
|
| --- a/src/shared/platform/nacl_log.h
|
| +++ b/src/shared/platform/nacl_log.h
|
| @@ -370,6 +370,11 @@ void NaClLogTagNext_mu(void);
|
| */
|
| void NaClLogSetAbortBehavior(void (*fn)(void));
|
|
|
| +/*
|
| + * Run the current abort behavior hook.
|
| + */
|
| +void NaClLogRunAbortBehavior(void);
|
| +
|
| EXTERN_C_END
|
|
|
| #endif /* NATIVE_CLIENT_SRC_TRUSTED_PLATFORM_NACL_LOG_H__ */
|
|
|