X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Ffutex.h;h=e0faa9711013ad3f26ab58bcf3b86f42bf737389;hb=88b02a8e7cbdbc728cc681cd07bbe0c738964717;hp=92a8446746265daf53066e6bde370deea699a262;hpb=7966af5763c4aaca39df9bbfa9277ff15715c720;p=lttng-tools.git diff --git a/src/common/futex.h b/src/common/futex.h index 92a844674..e0faa9711 100644 --- a/src/common/futex.h +++ b/src/common/futex.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 David Goulet + * Copyright (C) 2011 EfficiOS Inc. * Copyright (C) 2011 Mathieu Desnoyers * * SPDX-License-Identifier: GPL-2.0-only @@ -9,17 +9,9 @@ #ifndef _LTT_FUTEX_H #define _LTT_FUTEX_H -#ifdef __cplusplus -extern "C" { -#endif - void futex_wait_update(int32_t *futex, int active); void futex_nto1_prepare(int32_t *futex); void futex_nto1_wait(int32_t *futex); void futex_nto1_wake(int32_t *futex); -#ifdef __cplusplus -} -#endif - #endif /* _LTT_FUTEX_H */