Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 283470 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- libc/sysdeps/unix/sysv/linux/x86_64/sigaction.c 2010-12-13 11:47:26.000000000 +0100
0
++ libc/sysdeps/unix/sysv/linux/x86_64/sigaction.c   2011-01-29 16:59:51.000000000 +0100
Lines 40-46 Link Here
40
40
41
/* Using the hidden attribute here does not change the code but it
41
/* Using the hidden attribute here does not change the code but it
42
   helps to avoid warnings.  */
42
   helps to avoid warnings.  */
43
extern void restore_rt (void) asm ("__restore_rt") attribute_hidden;
43
extern void restore_rt (void) asm ("__restore_rt") __attribute__((__visibility__("hidden")));
44
44
45
45
46
/* If ACT is not NULL, change the action for SIG to *ACT.
46
/* If ACT is not NULL, change the action for SIG to *ACT.

Return to bug 283470