X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fshare.h;h=20315b26bc932d1eac77efa32bf4c7129e17f02f;hb=HEAD;hp=28a4a056c72728df6dd8ce262af3d283f8269224;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;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 */