1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

branches/zip: Merge revisions 720:765 from trunk and reindent the code

as per revisions r763:765.
This commit is contained in:
marko
2006-08-29 09:30:31 +00:00
parent 4b252f248c
commit 38e09b2fea
126 changed files with 10006 additions and 8979 deletions

View File

@@ -39,8 +39,9 @@ location (which must be appropriately aligned). The mutex is initialized
in the reset state. Explicit freeing of the mutex with mutex_free is
necessary only if the memory block containing it is freed. */
#define mutex_create(M, level) mutex_create_func((M), (level), __FILE__, __LINE__, #M)
/*===================*/
#define mutex_create(M, level) \
mutex_create_func((M), (level), __FILE__, __LINE__, #M)
/**********************************************************************
Creates, or rather, initializes a mutex object in a specified memory
location (which must be appropriately aligned). The mutex is initialized