From c479ef57baaaa28964fc3ec8d80ff99dffa7d49f Mon Sep 17 00:00:00 2001
From: fujuntang <fujuntang@smartai.com>
Date: 星期三, 10 十一月 2021 09:49:29 +0800
Subject: [PATCH] Fix the system hang issue when the app is killed contantly.

---
 src/bus_error.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/bus_error.h b/src/bus_error.h
index e625790..dfcfe06 100644
--- a/src/bus_error.h
+++ b/src/bus_error.h
@@ -21,6 +21,7 @@
 
 extern int bus_errno;
 
-char *bus_strerror(int eno) ;
+char *bus_strerror(int eno, int flag = 0);
+void bus_errorset(int err);
 
 #endif
\ No newline at end of file

--
Gitblit v1.8.0