Blame man2/unimplemented.2

Packit 7cfc04
.\" Copyright 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995.
Packit 7cfc04
.\"
Packit 7cfc04
.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
Packit 7cfc04
.\" This is free documentation; you can redistribute it and/or
Packit 7cfc04
.\" modify it under the terms of the GNU General Public License as
Packit 7cfc04
.\" published by the Free Software Foundation; either version 2 of
Packit 7cfc04
.\" the License, or (at your option) any later version.
Packit 7cfc04
.\"
Packit 7cfc04
.\" The GNU General Public License's references to "object code"
Packit 7cfc04
.\" and "executables" are to be interpreted as the output of any
Packit 7cfc04
.\" document formatting or typesetting system, including
Packit 7cfc04
.\" intermediate and printed output.
Packit 7cfc04
.\"
Packit 7cfc04
.\" This manual is distributed in the hope that it will be useful,
Packit 7cfc04
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 7cfc04
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 7cfc04
.\" GNU General Public License for more details.
Packit 7cfc04
.\"
Packit 7cfc04
.\" You should have received a copy of the GNU General Public
Packit 7cfc04
.\" License along with this manual; if not, see
Packit 7cfc04
.\" <http://www.gnu.org/licenses/>.
Packit 7cfc04
.\" %%%LICENSE_END
Packit 7cfc04
.\"
Packit 7cfc04
.\" Updated, aeb, 980612
Packit 7cfc04
.\"
Packit 7cfc04
.TH UNIMPLEMENTED 2 2017-09-15 "Linux" "Linux Programmer's Manual"
Packit 7cfc04
.SH NAME
Packit 7cfc04
afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream,
Packit 7cfc04
lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security,
Packit 7cfc04
stty, tuxcall, ulimit, vserver \- unimplemented system calls
Packit 7cfc04
.SH SYNOPSIS
Packit 7cfc04
Unimplemented system calls.
Packit 7cfc04
.SH DESCRIPTION
Packit 7cfc04
These system calls are not implemented in the Linux kernel.
Packit 7cfc04
.SH RETURN VALUE
Packit 7cfc04
These system calls always return \-1 and set
Packit 7cfc04
.I errno
Packit 7cfc04
to
Packit 7cfc04
.BR ENOSYS .
Packit 7cfc04
.SH NOTES
Packit 7cfc04
Note that
Packit 7cfc04
.BR ftime (3),
Packit 7cfc04
.BR profil (3),
Packit 7cfc04
and
Packit 7cfc04
.BR ulimit (3)
Packit 7cfc04
are implemented as library functions.
Packit 7cfc04
.PP
Packit 7cfc04
Some system calls, like
Packit 7cfc04
.BR alloc_hugepages (2),
Packit 7cfc04
.BR free_hugepages (2),
Packit 7cfc04
.BR ioperm (2),
Packit 7cfc04
.BR iopl (2),
Packit 7cfc04
and
Packit 7cfc04
.BR vm86 (2)
Packit 7cfc04
exist only on certain architectures.
Packit 7cfc04
.PP
Packit 7cfc04
Some system calls, like
Packit 7cfc04
.BR ipc (2),
Packit 7cfc04
.BR create_module (2),
Packit 7cfc04
.BR init_module (2),
Packit 7cfc04
and
Packit 7cfc04
.BR delete_module (2)
Packit 7cfc04
exist only when the Linux kernel was built with support for them.
Packit 7cfc04
.SH SEE ALSO
Packit 7cfc04
.BR syscalls (2)
Packit 7cfc04
.SH COLOPHON
Packit 7cfc04
This page is part of release 4.15 of the Linux
Packit 7cfc04
.I man-pages
Packit 7cfc04
project.
Packit 7cfc04
A description of the project,
Packit 7cfc04
information about reporting bugs,
Packit 7cfc04
and the latest version of this page,
Packit 7cfc04
can be found at
Packit 7cfc04
\%https://www.kernel.org/doc/man\-pages/.