X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fshare.h;fp=include%2Fshare.h;h=0000000000000000000000000000000000000000;hb=864a1eda22ed99266509ac76451c6f27f91aa17e;hp=28a4a056c72728df6dd8ce262af3d283f8269224;hpb=ae4b659d95f8dab9f2aa4b890d6937d7d5375f07;p=lttng-ust.git diff --git a/include/share.h b/include/share.h deleted file mode 100644 index 28a4a056..00000000 --- a/include/share.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * SPDX-License-Identifier: MIT - * - * Copyright (C) 2011 Mathieu Desnoyers - */ - -#ifndef _LTTNG_SHARE_H -#define _LTTNG_SHARE_H - -#include -#include - -#include "helper.h" - -/* Should be hidden but would break the ABI */ -ssize_t patient_write(int fd, const void *buf, size_t count); -LTTNG_HIDDEN -ssize_t patient_writev(int fd, struct iovec *iov, int iovcnt); -/* Should be hidden but would break the ABI */ -ssize_t patient_send(int fd, const void *buf, size_t count, int flags); - -#endif /* _LTTNG_SHARE_H */