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
4435607e
Commit
4435607e
authored
Jun 23, 2009
by
Kyle McMartin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: wire up rt_tgsigqueueinfo
Signed-off-by:
Kyle McMartin
<
kyle@mcmartin.ca
>
parent
e82a3b75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
arch/parisc/include/asm/unistd.h
arch/parisc/include/asm/unistd.h
+2
-1
arch/parisc/kernel/syscall_table.S
arch/parisc/kernel/syscall_table.S
+2
-1
No files found.
arch/parisc/include/asm/unistd.h
View file @
4435607e
...
...
@@ -809,8 +809,9 @@
#define __NR_inotify_init1 (__NR_Linux + 314)
#define __NR_preadv (__NR_Linux + 315)
#define __NR_pwritev (__NR_Linux + 316)
#define __NR_rt_tgsigqueueinfo (__NR_Linux + 317)
#define __NR_Linux_syscalls (__NR_
pwritev
+ 1)
#define __NR_Linux_syscalls (__NR_
rt_tgsigqueueinfo
+ 1)
#define __IGNORE_select
/* newselect */
...
...
arch/parisc/kernel/syscall_table.S
View file @
4435607e
...
...
@@ -413,8 +413,9 @@
ENTRY_SAME
(
dup3
)
ENTRY_SAME
(
pipe2
)
ENTRY_SAME
(
inotify_init1
)
ENTRY_COMP
(
preadv
)
ENTRY_COMP
(
preadv
)
/*
315
*/
ENTRY_COMP
(
pwritev
)
ENTRY_COMP
(
rt_tgsigqueueinfo
)
/
*
Nothing
yet
*/
...
...
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