diff options
Diffstat (limited to 'mysys/my_static.h')
-rw-r--r-- | mysys/my_static.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mysys/my_static.h b/mysys/my_static.h index ca384009063..88faf24ce82 100644 --- a/mysys/my_static.h +++ b/mysys/my_static.h @@ -57,10 +57,11 @@ extern const char *soundex_map; extern USED_MEM* my_once_root_block; extern uint my_once_extra; -/* these threads are exept from safemalloc leak scrutiny unless - PEDANTIC_SAFEMALLOC is defined +/* + These threads are exept from safemalloc leak scrutiny unless + PEDANTIC_SAFEMALLOC is defined */ -extern pthread_t signal_thread,kill_thread; +extern pthread_t signal_thread, kill_thread; #ifndef HAVE_TEMPNAM extern int _my_tempnam_used; |