Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
41c018b7
Commit
41c018b7
authored
Jul 27, 2005
by
Richard Henderson
Committed by
Linus Torvalds
Jul 27, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] new alpha syscalls
Signed-off-by:
Linus Torvalds
<
torvalds@osdl.org
>
parent
340d10e4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
arch/alpha/kernel/systbls.S
arch/alpha/kernel/systbls.S
+5
-0
include/asm-alpha/unistd.h
include/asm-alpha/unistd.h
+6
-1
No files found.
arch/alpha/kernel/systbls.S
View file @
41c018b7
...
...
@@ -461,6 +461,11 @@ sys_call_table:
.
quad
sys_add_key
.
quad
sys_request_key
/*
440
*/
.
quad
sys_keyctl
.
quad
sys_ioprio_set
.
quad
sys_ioprio_get
.
quad
sys_inotify_init
.
quad
sys_inotify_add_watch
/*
445
*/
.
quad
sys_inotify_rm_watch
.
size
sys_call_table
,
.
-
sys_call_table
.
type
sys_call_table
,
@
object
...
...
include/asm-alpha/unistd.h
View file @
41c018b7
...
...
@@ -377,8 +377,13 @@
#define __NR_add_key 439
#define __NR_request_key 440
#define __NR_keyctl 441
#define __NR_ioprio_set 442
#define __NR_ioprio_get 443
#define __NR_inotify_init 444
#define __NR_inotify_add_watch 445
#define __NR_inotify_rm_watch 446
#define NR_SYSCALLS 44
2
#define NR_SYSCALLS 44
7
#if defined(__GNUC__)
...
...
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