提交 a1b536be authored 作者: Travis Cross's avatar Travis Cross

Fix missing/duplicate declaration

This looks like a copy/paste error.

FS-6037 --resolve

Thanks-to: David Sanders <dsanders@pinger.com>
上级 8598e0c5
...@@ -68,7 +68,7 @@ SU_DLL void *su_home_new(isize_t size) ...@@ -68,7 +68,7 @@ SU_DLL void *su_home_new(isize_t size)
#if (defined(HAVE_MEMLEAK_LOG) && (HAVE_MEMLEAK_LOG != 1)) #if (defined(HAVE_MEMLEAK_LOG) && (HAVE_MEMLEAK_LOG != 1))
int _su_home_mutex_lock(su_home_t *home, const char *file, unsigned int line, const char *function); int _su_home_mutex_lock(su_home_t *home, const char *file, unsigned int line, const char *function);
int _su_home_mutex_lock(su_home_t *home, const char *file, unsigned int line, const char *function); int _su_home_mutex_unlock(su_home_t *home, const char *file, unsigned int line, const char *function);
#define su_home_mutex_lock(home) \ #define su_home_mutex_lock(home) \
_su_home_mutex_lock((home), __FILE__, __LINE__, __func__) _su_home_mutex_lock((home), __FILE__, __LINE__, __func__)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论