Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
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
Commits
a13c16e8
Commit
a13c16e8
authored
Jul 20, 2007
by
Paul Mundt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sh64: Wire up fallocate() syscall.
Signed-off-by:
Paul Mundt
<
lethal@linux-sh.org
>
parent
9a79b227
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
arch/sh64/kernel/syscalls.S
arch/sh64/kernel/syscalls.S
+1
-0
include/asm-sh64/unistd.h
include/asm-sh64/unistd.h
+2
-1
No files found.
arch/sh64/kernel/syscalls.S
View file @
a13c16e8
...
...
@@ -378,3 +378,4 @@ sys_call_table:
.
long
sys_signalfd
.
long
sys_timerfd
/*
350
*/
.
long
sys_eventfd
.
long
sys_fallocate
include/asm-sh64/unistd.h
View file @
a13c16e8
...
...
@@ -374,10 +374,11 @@
#define __NR_signalfd 349
#define __NR_timerfd 350
#define __NR_eventfd 351
#define __NR_fallocate 352
#ifdef __KERNEL__
#define NR_syscalls 35
2
#define NR_syscalls 35
3
#define __ARCH_WANT_IPC_PARSE_VERSION
#define __ARCH_WANT_OLD_READDIR
...
...
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