X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;ds=sidebyside;f=probes%2Flttng-probe-user.h;h=0939a18535853d798abed3590d60a966deeafe3f;hb=HEAD;hp=d85bb6f763e4f49ca39e2064d21af42e5696ceb1;hpb=b7cdc18250880cc44edeef4a4b42c8ac7a135a6d;p=lttng-modules.git 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 */