X-Git-Url: http://git.liburcu.org/?p=lttng-modules.git;a=blobdiff_plain;f=probes%2Flttng-probe-user.h;fp=probes%2Flttng-probe-user.h;h=0000000000000000000000000000000000000000;hp=d85bb6f763e4f49ca39e2064d21af42e5696ceb1;hb=3b4aafcbbef722c5d04f2fe06a47c47d4d23eda0;hpb=a071f25d89c4ef76ffe7bdfcaeb783bc9cfc1211 diff --git a/probes/lttng-probe-user.h b/probes/lttng-probe-user.h deleted file mode 100644 index d85bb6f7..00000000 --- a/probes/lttng-probe-user.h +++ /dev/null @@ -1,17 +0,0 @@ -/* SPDX-License-Identifier: (GPL-2.0-only or LGPL-2.1-only) - * - * lttng-probe-user.h - * - * Copyright (C) 2012 Mathieu Desnoyers - */ - -#ifndef _LTTNG_PROBE_USER_H -#define _LTTNG_PROBE_USER_H - -/* - * Calculate string length. Include final null terminating character if there is - * one, or ends at first fault. - */ -long lttng_strlen_user_inatomic(const char *addr); - -#endif /* _LTTNG_PROBE_USER_H */