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
3adaf0f0
Commit
3adaf0f0
authored
Feb 19, 2002
by
Paul Mackerras
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xattr.patch
parent
2472788a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
arch/ppc/kernel/misc.S
arch/ppc/kernel/misc.S
+12
-0
include/asm-ppc/unistd.h
include/asm-ppc/unistd.h
+12
-0
No files found.
arch/ppc/kernel/misc.S
View file @
3adaf0f0
...
@@ -1234,6 +1234,18 @@ _GLOBAL(sys_call_table)
...
@@ -1234,6 +1234,18 @@ _GLOBAL(sys_call_table)
.
long
sys_mincore
.
long
sys_mincore
.
long
sys_gettid
.
long
sys_gettid
.
long
sys_tkill
.
long
sys_tkill
.
long
sys_setxattr
.
long
sys_lsetxattr
/*
210
*/
.
long
sys_fsetxattr
.
long
sys_getxattr
.
long
sys_lgetxattr
.
long
sys_fgetxattr
.
long
sys_listxattr
/*
215
*/
.
long
sys_llistxattr
.
long
sys_flistxattr
.
long
sys_removexattr
.
long
sys_lremovexattr
.
long
sys_fremovexattr
/*
220
*/
.
rept
NR_syscalls
-(
.
-
sys_call_table
)/
4
.
rept
NR_syscalls
-(
.
-
sys_call_table
)/
4
.
long
sys_ni_syscall
.
long
sys_ni_syscall
.
endr
.
endr
include/asm-ppc/unistd.h
View file @
3adaf0f0
...
@@ -216,6 +216,18 @@
...
@@ -216,6 +216,18 @@
#define __NR_mincore 206
#define __NR_mincore 206
#define __NR_gettid 207
#define __NR_gettid 207
#define __NR_tkill 208
#define __NR_tkill 208
#define __NR_setxattr 209
#define __NR_lsetxattr 210
#define __NR_fsetxattr 211
#define __NR_getxattr 212
#define __NR_lgetxattr 213
#define __NR_fgetxattr 214
#define __NR_listxattr 215
#define __NR_llistxattr 216
#define __NR_flistxattr 217
#define __NR_removexattr 218
#define __NR_lremovexattr 219
#define __NR_fremovexattr 220
#define __NR(n) #n
#define __NR(n) #n
...
...
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