Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment #31570: Patch wich adds #include <errno.h> in target-i386/helper2.c for
bug #51261
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 51261
Collapse All
|
Expand All
(-)
target-i386/helper2.c.orig (+2 lines)
Lines 25-30
Link Here
25
#include <signal.h>
25
#include <signal.h>
26
#include <assert.h>
26
#include <assert.h>
27
27
28
#include <errno.h>
29
28
#include "cpu.h"
30
#include "cpu.h"
29
#include "exec-all.h"
31
#include "exec-all.h"
30
32
Return to
bug 51261