Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189213 Details for
Bug 267053
sys-apps/sandbox-1.9 breaks configure test for fork (seen with app-editors/emacs and media-gfx/asymptote)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Test program from configure
conftest.c (text/plain), 255 bytes, created by
Ulrich Müller
on 2009-04-23 07:43:48 UTC
(
hide
)
Description:
Test program from configure
Filename:
MIME Type:
Creator:
Ulrich Müller
Created:
2009-04-23 07:43:48 UTC
Size:
255 bytes
patch
obsolete
>/* By Ruediger Kuhlmann. */ > #include <sys/types.h> > #if HAVE_UNISTD_H > # include <unistd.h> > #endif > /* Some systems only have a dummy stub for fork() */ > int main () > { > if (fork() < 0) > exit (1); > exit (0); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 267053
:
189131
| 189213 |
189437
|
190378
|
190380
|
193596