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
7099195a
Commit
7099195a
authored
Apr 18, 2002
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sparc64:
- Propagate xattr syscall numbers from asm-sparc/unistd.h
parent
b58ae58b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
include/asm-sparc64/unistd.h
include/asm-sparc64/unistd.h
+12
-12
No files found.
include/asm-sparc64/unistd.h
View file @
7099195a
...
...
@@ -184,24 +184,24 @@
/* #define __NR_exportfs 166 SunOS Specific */
#define __NR_mount 167
/* Common */
#define __NR_ustat 168
/* Common */
/* #define __NR_semsys 169 SunOS Specific
*/
/* #define __NR_msgsys 170 SunOS Specific
*/
/* #define __NR_shmsys 171 SunOS Specific
*/
/* #define __NR_auditsys 172 SunOS Specific
*/
/* #define __NR_rfssys 173 SunOS Specific
*/
#define __NR_setxattr 169
/* SunOS: semsys
*/
#define __NR_lsetxattr 170
/* SunOS: msgsys
*/
#define __NR_fsetxattr 171
/* SunOS: shmsys
*/
#define __NR_getxattr 172
/* SunOS: auditsys
*/
#define __NR_lgetxattr 173
/* SunOS: rfssys
*/
#define __NR_getdents 174
/* Common */
#define __NR_setsid 175
/* Common */
#define __NR_fchdir 176
/* Common */
/* #define __NR_fchroot 177 SunOS Specific
*/
/* #define __NR_vpixsys 178 SunOS Specific
*/
/* #define __NR_aioread 179 SunOS Specific
*/
/* #define __NR_aiowrite 180 SunOS Specific
*/
/* #define __NR_aiowait 181 SunOS Specific
*/
/* #define __NR_aiocancel 182 SunOS Specific
*/
#define __NR_fgetxattr 177
/* SunOS: fchroot
*/
#define __NR_listxattr 178
/* SunOS: vpixsys
*/
#define __NR_llistxattr 179
/* SunOS: aioread
*/
#define __NR_flistxattr 180
/* SunOS: aiowrite
*/
#define __NR_removexattr 181
/* SunOS: aiowait
*/
#define __NR_lremovexattr 182
/* SunOS: aiocancel
*/
#define __NR_sigpending 183
/* Common */
#define __NR_query_module 184
/* Linux Specific */
#define __NR_setpgid 185
/* Common */
/* #define __NR_pathconf 186 SunOS Specific
*/
#define __NR_fremovexattr 186
/* SunOS: pathconf
*/
#define __NR_tkill 187
/* SunOS: fpathconf */
/* #define __NR_sysconf 188 SunOS Specific */
#define __NR_uname 189
/* Linux Specific */
...
...
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