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
0f994f5d
Commit
0f994f5d
authored
Mar 15, 2004
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://kernel.bkbits.net/davem/sparc-2.6
into ppc970.osdl.org:/home/torvalds/v2.5/linux
parents
76a9bdec
4b86717c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
include/asm-sparc/unistd.h
include/asm-sparc/unistd.h
+2
-0
include/asm-sparc64/unistd.h
include/asm-sparc64/unistd.h
+2
-0
No files found.
include/asm-sparc/unistd.h
View file @
0f994f5d
...
...
@@ -453,6 +453,8 @@ static __inline__ _syscall1(int,close,int,fd)
static
__inline__
_syscall1
(
int
,
_exit
,
int
,
exitcode
)
static
__inline__
_syscall3
(
pid_t
,
waitpid
,
pid_t
,
pid
,
int
*
,
wait_stat
,
int
,
options
)
#include <linux/linkage.h>
asmlinkage
unsigned
long
sys_mmap
(
unsigned
long
addr
,
unsigned
long
len
,
unsigned
long
prot
,
unsigned
long
flags
,
...
...
include/asm-sparc64/unistd.h
View file @
0f994f5d
...
...
@@ -443,6 +443,8 @@ static __inline__ _syscall1(int,close,int,fd)
static
__inline__
_syscall1
(
int
,
_exit
,
int
,
exitcode
)
static
__inline__
_syscall3
(
pid_t
,
waitpid
,
pid_t
,
pid
,
int
*
,
wait_stat
,
int
,
options
)
#include <linux/linkage.h>
asmlinkage
unsigned
long
sys_mmap
(
unsigned
long
addr
,
unsigned
long
len
,
unsigned
long
prot
,
unsigned
long
flags
,
...
...
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