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
9f8e8389
Commit
9f8e8389
authored
May 09, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mismatch between i387 user copy function declaration and
definition.
parent
16f6d167
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/asm-i386/i387.h
include/asm-i386/i387.h
+4
-4
No files found.
include/asm-i386/i387.h
View file @
9f8e8389
...
...
@@ -87,15 +87,15 @@ extern int restore_i387( struct _fpstate __user *buf );
/*
* ptrace request handers...
*/
extern
int
get_fpregs
(
struct
user_i387_struct
*
buf
,
extern
int
get_fpregs
(
struct
user_i387_struct
__user
*
buf
,
struct
task_struct
*
tsk
);
extern
int
set_fpregs
(
struct
task_struct
*
tsk
,
struct
user_i387_struct
*
buf
);
struct
user_i387_struct
__user
*
buf
);
extern
int
get_fpxregs
(
struct
user_fxsr_struct
*
buf
,
extern
int
get_fpxregs
(
struct
user_fxsr_struct
__user
*
buf
,
struct
task_struct
*
tsk
);
extern
int
set_fpxregs
(
struct
task_struct
*
tsk
,
struct
user_fxsr_struct
*
buf
);
struct
user_fxsr_struct
__user
*
buf
);
/*
* FPU state for core dumps...
...
...
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