Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 589800 Details for
Bug 640322
dev-lisp/gcl-2.6.10 - main.c: In function 'main': main.c:451:32: error: storage size of 'estack' isn't known
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change struct sigaltstack to stack_t in main.c
gcl-2.6.10-sigaltstack.patch (text/plain), 427 bytes, created by
Cyprien Nicolas (fulax)
on 2019-09-14 12:56:41 UTC
(
hide
)
Description:
Change struct sigaltstack to stack_t in main.c
Filename:
MIME Type:
Creator:
Cyprien Nicolas (fulax)
Created:
2019-09-14 12:56:41 UTC
Size:
427 bytes
patch
obsolete
>diff -Naur gcl.orig/o/main.c gcl/o/main.c >--- gcl.orig/o/main.c 2019-09-14 14:33:43.611911750 +0200 >+++ gcl/o/main.c 2019-09-14 14:39:56.093532631 +0200 >@@ -448,7 +448,7 @@ > { > /* make sure the stack is 8 byte aligned */ > static double estack_buf[32*SIGSTKSZ]; >- static struct sigaltstack estack; >+ static stack_t estack; > > bzero(estack_buf,sizeof(estack_buf)); > estack.ss_sp = estack_buf;
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 640322
:
508974
|
508976
|
508978
|
508980
|
527420
|
527422
|
527424
|
527426
|
527428
|
527430
|
527432
| 589800 |
589802