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
2ed0e243
Commit
2ed0e243
authored
Feb 21, 2007
by
Guy Martin
Committed by
Kyle McMartin
Feb 21, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PARISC] Add missing statfs64 and fstatfs64 syscalls
Signed-off-by:
Guy Martin
<
gmsoft@tuxicoman.be
>
parent
04532c4f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+2
-0
include/asm-parisc/unistd.h
include/asm-parisc/unistd.h
+3
-1
No files found.
arch/parisc/kernel/syscall_table.S
View file @
2ed0e243
...
...
@@ -403,5 +403,7 @@
ENTRY_COMP
(
move_pages
)
/*
295
*/
ENTRY_SAME
(
getcpu
)
ENTRY_SAME
(
epoll_pwait
)
ENTRY_COMP
(
statfs64
)
ENTRY_COMP
(
fstatfs64
)
/
*
Nothing
yet
*/
include/asm-parisc/unistd.h
View file @
2ed0e243
...
...
@@ -790,8 +790,10 @@
#define __NR_move_pages (__NR_Linux + 295)
#define __NR_getcpu (__NR_Linux + 296)
#define __NR_epoll_pwait (__NR_Linux + 297)
#define __NR_statfs64 (__NR_Linux + 298)
#define __NR_fstatfs64 (__NR_Linux + 299)
#define __NR_Linux_syscalls
298
#define __NR_Linux_syscalls
300
#define HPUX_GATEWAY_ADDR 0xC0000004
#define LINUX_GATEWAY_ADDR 0x100
...
...
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