mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Fix typo in last patch.
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
|
||||
#define SIGCONTEXT unsigned long _code, struct sigcontext
|
||||
#define SIGCONTEXT unsigned long _code, struct sigcontext *
|
||||
#define SIGCONTEXT_EXTRA_ARGS _code,
|
||||
#define GET_PC(ctx) ((void *) ctx->sc_pc)
|
||||
#define GET_FRAME(ctx) ((void *) ctx->sc_regs[30])
|
||||
|
Reference in New Issue
Block a user