mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
align types
This commit is contained in:
parent
d6db96fb55
commit
877b17d6e2
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ struct NdbThread;
|
|||
signum set in g_ndb_shm_signum in a portable manner.
|
||||
*/
|
||||
#ifdef NDB_SHM_TRANSPORTER
|
||||
void NdbThread_set_shm_sigmask(bool block);
|
||||
void NdbThread_set_shm_sigmask(my_bool block);
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue