X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fthread.h;fp=src%2Fcommon%2Fthread.h;h=0000000000000000000000000000000000000000;hp=3caa9dd992b9149b8fa9c0d2520a8cd61df336d2;hb=c9e313bc594f40a86eed237dce222c0fc99c957f;hpb=4878de5c7deb512bbdac4fdfc498907efa06fb7c diff --git a/src/common/thread.h b/src/common/thread.h deleted file mode 100644 index 3caa9dd99..000000000 --- a/src/common/thread.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (C) 2020 Michael Jeanson - * - * SPDX-License-Identifier: LGPL-2.1-only - * - */ - -#ifndef LTTNG_THREAD_H -#define LTTNG_THREAD_H - -#include - -/* - * Set the current thread name on platforms that support it. The name can - * be of arbitrary length and will be truncated to the platform limit, - * usually 16. - */ -int lttng_thread_setname(const char *name); - -#endif /* LTTNG_THREAD_H */