1 /* $OpenBSD: fvwrite.h,v 1.5 2003/06/02 20:18:37 millert Exp $ */
4 * SPDX-License-Identifier: BSD-3-Clause
6 * Copyright (C) 1990, 1993
7 * The Regents of the University of California. All rights reserved.
9 * This code is derived from software contributed to Berkeley by
14 * I/O descriptors for __sfvwrite().
18 struct __lttng_ust_siov
{
22 struct __lttng_ust_suio
{
23 struct __lttng_ust_siov
*uio_iov
;
28 extern int __sfvwrite(LTTNG_UST_LFILE
*, struct __lttng_ust_suio
*)
29 __attribute__((visibility("hidden")));
This page took 0.031031 seconds and 4 git commands to generate.