Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
00742b03
Commit
00742b03
authored
Feb 16, 2003
by
Richard Henderson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ALPHA] Add fadvise64.
parent
1a50c2ea
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/alpha/kernel/systbls.S
arch/alpha/kernel/systbls.S
+1
-0
include/asm-alpha/unistd.h
include/asm-alpha/unistd.h
+2
-1
No files found.
arch/alpha/kernel/systbls.S
View file @
00742b03
...
@@ -432,6 +432,7 @@ sys_call_table:
...
@@ -432,6 +432,7 @@ sys_call_table:
.
quad
sys_remap_file_pages
/*
410
*/
.
quad
sys_remap_file_pages
/*
410
*/
.
quad
sys_set_tid_address
.
quad
sys_set_tid_address
.
quad
sys_restart_syscall
.
quad
sys_restart_syscall
.
quad
sys_fadvise64
.
size
sys_call_table
,
.
-
sys_call_table
.
size
sys_call_table
,
.
-
sys_call_table
.
type
sys_call_table
,
@
object
.
type
sys_call_table
,
@
object
...
...
include/asm-alpha/unistd.h
View file @
00742b03
...
@@ -348,7 +348,8 @@
...
@@ -348,7 +348,8 @@
#define __NR_remap_file_pages 410
#define __NR_remap_file_pages 410
#define __NR_set_tid_address 411
#define __NR_set_tid_address 411
#define __NR_restart_syscall 412
#define __NR_restart_syscall 412
#define NR_SYSCALLS 413
#define __NR_fadvise64 413
#define NR_SYSCALLS 414
#if defined(__GNUC__)
#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