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
0c99adb0
Commit
0c99adb0
authored
Jul 20, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh: Wire up fallocate() syscall.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
39c7aa9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/sh/kernel/syscalls.S
arch/sh/kernel/syscalls.S
+1
-0
include/asm-sh/unistd.h
include/asm-sh/unistd.h
+2
-1
No files found.
arch/sh/kernel/syscalls.S
View file @
0c99adb0
...
...
@@ -358,3 +358,4 @@ ENTRY(sys_call_table)
.
long
sys_signalfd
.
long
sys_timerfd
.
long
sys_eventfd
.
long
sys_fallocate
include/asm-sh/unistd.h
View file @
0c99adb0
...
...
@@ -332,8 +332,9 @@
#define __NR_signalfd 321
#define __NR_timerfd 322
#define __NR_eventfd 323
#define __NR_fallocate 324
#define NR_syscalls 32
4
#define NR_syscalls 32
5
#ifdef __KERNEL__
...
...
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