OSDN Git Service

daf4b02b4f809c21568adecd670a8081892f4596
[linuxjm/LDP_man-pages.git] / original / man2 / unimplemented.2
1 .\" Copyright 1995 Michael Chastain (mec@shell.portal.com), 15 April 1995.
2 .\"
3 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
4 .\" This is free documentation; you can redistribute it and/or
5 .\" modify it under the terms of the GNU General Public License as
6 .\" published by the Free Software Foundation; either version 2 of
7 .\" the License, or (at your option) any later version.
8 .\"
9 .\" The GNU General Public License's references to "object code"
10 .\" and "executables" are to be interpreted as the output of any
11 .\" document formatting or typesetting system, including
12 .\" intermediate and printed output.
13 .\"
14 .\" This manual is distributed in the hope that it will be useful,
15 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
16 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 .\" GNU General Public License for more details.
18 .\"
19 .\" You should have received a copy of the GNU General Public
20 .\" License along with this manual; if not, see
21 .\" <http://www.gnu.org/licenses/>.
22 .\" %%%LICENSE_END
23 .\"
24 .\" Updated, aeb, 980612
25 .\"
26 .TH UNIMPLEMENTED 2 2013-02-12 "Linux" "Linux Programmer's Manual"
27 .SH NAME
28 afs_syscall, break, fattach, fdetach, ftime, getmsg, getpmsg, gtty, isastream,
29 lock, madvise1, mpx, prof, profil, putmsg, putpmsg, security,
30 stty, tuxcall, ulimit, vserver \- unimplemented system calls
31 .SH SYNOPSIS
32 Unimplemented system calls.
33 .SH DESCRIPTION
34 These system calls are not implemented in the Linux kernel.
35 .SH RETURN VALUE
36 These system calls always return \-1 and set
37 .I errno
38 to
39 .BR ENOSYS .
40 .SH NOTES
41 Note that
42 .BR ftime (3),
43 .BR profil (3)
44 and
45 .BR ulimit (3)
46 are implemented as library functions.
47
48 Some system calls, like
49 .BR alloc_hugepages (2),
50 .BR free_hugepages (2),
51 .BR ioperm (2),
52 .BR iopl (2),
53 and
54 .BR vm86 (2)
55 exist only on certain architectures.
56
57 Some system calls, like
58 .BR ipc (2),
59 .BR create_module (2),
60 .BR init_module (2),
61 and
62 .BR delete_module (2)
63 exist only when the Linux kernel was built with support for them.
64 .SH SEE ALSO
65 .BR syscalls (2)
66 .SH COLOPHON
67 This page is part of release 3.67 of the Linux
68 .I man-pages
69 project.
70 A description of the project,
71 information about reporting bugs,
72 and the latest version of this page,
73 can be found at
74 \%http://www.kernel.org/doc/man\-pages/.