macro: move tdm_debug_module's extern position 38/170438/2
authorBoram Park <boram1288.park@samsung.com>
Tue, 20 Feb 2018 04:58:35 +0000 (13:58 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 20 Feb 2018 06:13:13 +0000 (06:13 +0000)
Change-Id: I5a302cc39c70f28416b7a243286b69749673fe5e

src/tdm_macro.h
src/tdm_private.h

index 4ac6a4f..0cafffe 100644 (file)
@@ -386,6 +386,7 @@ extern const char *tdm_mutex_lock_func;
 extern int tdm_mutex_lock_line;
 extern const char *tdm_mutex_unlock_func;
 extern int tdm_mutex_unlock_line;
+extern int tdm_debug_module;
 
 #define _pthread_mutex_lock(l) \
        do { \
index 9c76d78..0424dd2 100644 (file)
@@ -77,7 +77,6 @@ extern "C" {
  *  - function prototypes
  *****************************************************************************/
 
-extern int tdm_debug_module;
 extern int tdm_debug_dump;
 extern int tdm_ttrace_module;
 extern int tdm_ttrace_output;