diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-11 20:14:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-11 20:14:09 +0200 |
commit | b56c78b9251806c5e5cd3a5fa5d1f6e8e3de351b (patch) | |
tree | aa502d70d9969c333ccf9e70d55fd6dea41623c2 /internal-llmutex.h | |
parent | Fix error checking (diff) | |
download | libaxl-b56c78b9251806c5e5cd3a5fa5d1f6e8e3de351b.tar.gz libaxl-b56c78b9251806c5e5cd3a5fa5d1f6e8e3de351b.tar.bz2 libaxl-b56c78b9251806c5e5cd3a5fa5d1f6e8e3de351b.tar.xz |
Misc, mainly connect stuff
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'internal-llmutex.h')
-rw-r--r-- | internal-llmutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal-llmutex.h b/internal-llmutex.h index b75a449..a6a3e78 100644 --- a/internal-llmutex.h +++ b/internal-llmutex.h @@ -26,7 +26,7 @@ #define WTRYLOCK_CONNECTION_(CONN, SUFFIX) _TRYLOCK((CONN)->exguard_##SUFFIX) #define WUNLOCK_CONNECTION_(CONN, SUFFIX) _UNLOCK((CONN)->exguard_##SUFFIX) -#define RLOCK_CONNECTION_(CONN, SUFFIX)\ +#define RLOCK_CONNECTION_(CONN, SUFFIX)\ do {\ char old_val__;\ do {\ |