Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
linux
Commits
9df138cf
Commit
9df138cf
authored
21 years ago
by
Andi Kleen
Committed by
Linus Torvalds
21 years ago
Browse files
Options
Download
Email Patches
Plain Diff
[PATCH] Reserve vserver syscall for x86-64
Reserve vserver syscall on x86-64 too.
parent
3d2df163
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
include/asm-x86_64/unistd.h
include/asm-x86_64/unistd.h
+3
-1
No files found.
include/asm-x86_64/unistd.h
View file @
9df138cf
...
...
@@ -530,8 +530,10 @@ __SYSCALL(__NR_epoll_ctl, sys_epoll_ctl)
__SYSCALL
(
__NR_tgkill
,
sys_tgkill
)
#define __NR_utimes 235
__SYSCALL
(
__NR_utimes
,
sys_utimes
)
#define __NR_vserver 236
__SYSCALL
(
__NR_vserver
,
sys_ni_syscall
)
#define __NR_syscall_max __NR_
utimes
#define __NR_syscall_max __NR_
vserver
#ifndef __NO_STUBS
/* user-visible error numbers are in the range -1 - -4095 */
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment