|
NAMESys::Syscall - access system calls that Perl doesn't normally provide access toSYNOPSISuse Sys::Syscall; DESCRIPTIONUse epoll, sendfile, from Perl. Mostly Linux-only support now, but more syscalls/OSes planned for future.ExportsNothing by default.May export: sendfile epoll_ctl epoll_create epoll_wait EPOLLIN EPOLLOUT EPOLLERR EPOLLHUP EPOLL_CTL_ADD EPOLL_CTL_DEL EPOLL_CTL_MOD Export tags: :epoll and :sendfile Functionsepoll support
sendfile support
COPYRIGHTThis module is Copyright (c) 2005 Six Apart, Ltd.All rights reserved. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. If you need more liberal licensing terms, please contact the maintainer. ContributingWant to contribute? See:L<http://contributing.appspot.com/sys-syscall> WARRANTYThis is free software. IT COMES WITHOUT WARRANTY OF ANY KIND.AUTHORSBrad Fitzpatrick <brad@danga.com>
Visit the GSP FreeBSD Man Page Interface. |