X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=urcu%2Ffutex.h;h=4d16cfa5201453954dc7e6233372ea6969d23c26;hp=4beb54a3d206f2d68e905dd25233f7e6819a529f;hb=67ecffc0f530a7b5c4dd5111ea7dd3213da8eb91;hpb=f8c43f458c80566d298d539ec518a8be8c7cc861 diff --git a/urcu/futex.h b/urcu/futex.h index 4beb54a..4d16cfa 100644 --- a/urcu/futex.h +++ b/urcu/futex.h @@ -28,7 +28,7 @@ #ifdef __cplusplus extern "C" { -#endif +#endif #define FUTEX_WAIT 0 #define FUTEX_WAKE 1 @@ -109,7 +109,7 @@ static inline int futex_async(int32_t *uaddr, int op, int32_t val, #endif -#ifdef __cplusplus +#ifdef __cplusplus } #endif