svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
libsendfile(3lib)
libsendfile(3LIB) Interface Libraries libsendfile(3LIB)
NAME
libsendfile - sendfile library
SYNOPSIS
#include <sys/sendfile.h>
DESCRIPTION
Historically, this library provided routines that enabled files to be
sent over sockets, buffers to be sent over sockets, files to be copied
to files, and buffers to be copied to files. This functionality now re‐
sides in libc(3LIB).
This library is maintained to provide backward compatibility for both
runtime and compilation environments. The shared object is implemented
as a filter on libc.so.1. New application development need not specify
-lsendfile.
INTERFACES
The shared object libsendfile.so.1 provides the public interfaces de‐
fined below. See intro(3) for additional information on shared object
interfaces.
tab(); lw(2.75i) lw(2.75i) sendfilesendfilev
The following interfaces are unique to the 32-bit version of this li‐
brary:
tab(); lw(2.75i) lw(2.75i) sendfile64sendfilev64
FILES
/lib/libsendfile.so.1 32-bit shared object
/lib/64/libsendfile.so.1 64-bit shared object
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library/libc _ Interface Stability‐
Obsolete Committed _ MT-LevelMT-Safe
SEE ALSO
pvs(1), sendfile(3C), sendfilev(3C), intro(3), attributes(7)
HISTORY
This library was added to Oracle Solaris in the Solaris 8 7/01 (Update
5) release.
The historical contents of this library moved to the libc(3LIB) library
in Solaris 11.4.
Oracle Solaris 11.4 12 Feb 2021 libsendfile(3LIB)