Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 189437 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]
Modified conftest
conftest.c (text/plain), 308 bytes, created by
Matt Jorde
on 2009-04-26 00:18:04 UTC
(
hide
)
Description:
Modified conftest
Filename:
MIME Type:
Creator:
Matt Jorde
Created:
2009-04-26 00:18:04 UTC
Size:
308 bytes
patch
obsolete
>/* By Ruediger Kuhlmann. */ >#include <sys/types.h> >#include <stdlib.h> >#include <errno.h> >#include <stdio.h> >/* Some systems only have a dummy stub for fork() */ >int main () >{ > if (fork() < 0) { > printf("%d\n", fork()); > perror(""); > exit(1); > } else { > printf("success\n"); > 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