projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e4124
)
Fix typo in last patch.
author
Andreas Jaeger
<aj@suse.de>
Tue, 16 Jan 2001 06:38:37 +0000
(06:38 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Tue, 16 Jan 2001 06:38:37 +0000
(06:38 +0000)
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
b/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
index
e1ee528
..
1b67ce3
100644
(file)
--- a/
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
+++ b/
sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
@@
-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])