Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 372717
Collapse All | Expand All

(-)a/src/lwp_ucontext.c (-3 / +4 lines)
Lines 14-19 Coda are listed in the file CREDITS. Link Here
14
           Additional copyrights
14
           Additional copyrights
15
#*/
15
#*/
16
16
17
/* avoid breaking longjmp stack switching */
18
#undef _FORTIFY_SOURCE
19
#define _FORTIFY_SOURCE 0
20
17
#include <sys/types.h>
21
#include <sys/types.h>
18
#include <stdlib.h>
22
#include <stdlib.h>
19
#include <assert.h>
23
#include <assert.h>
Lines 21-29 Coda are listed in the file CREDITS. Link Here
21
#include <string.h>
25
#include <string.h>
22
#include <unistd.h>
26
#include <unistd.h>
23
27
24
/* avoid breaking longjmp stack switching */
25
#undef _FORTIFY_SOURCE
26
#define _FORTIFY_SOURCE 0
27
#include "lwp_ucontext.h"
28
#include "lwp_ucontext.h"
28
29
29
/* Some architectures have a stack that grows up instead of down */
30
/* Some architectures have a stack that grows up instead of down */

Return to bug 372717