Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
criu
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhul
criu
Commits
b38205f5
Commit
b38205f5
authored
Nov 21, 2011
by
Cyrill Gorcunov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PR_ opcodes
Signed-off-by:
Cyrill Gorcunov
<
gorcunov@gmail.com
>
parent
b06349fc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
types.h
include/types.h
+1
-1
restorer.c
restorer.c
+1
-1
No files found.
include/types.h
View file @
b38205f5
...
...
@@ -58,7 +58,7 @@
# define PR_SET_MM_START_BRK 6
# define PR_SET_MM_BRK 7
#define SETUP_VDSO_AT 36
#define
PR_
SETUP_VDSO_AT 36
/* fcntl */
#ifndef F_LINUX_SPECIFIC_BASE
...
...
restorer.c
View file @
b38205f5
...
...
@@ -221,7 +221,7 @@ self_len_end:
break
;
if
(
vma_entry_is
(
vma_entry
,
VMA_AREA_VDSO
))
{
ret
=
sys_prctl
(
SETUP_VDSO_AT
,
vma_entry
->
start
,
ret
=
sys_prctl
(
PR_
SETUP_VDSO_AT
,
vma_entry
->
start
,
0
,
0
,
0
);
if
(
ret
)
{
write_hex_n
(
__LINE__
);
...
...
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