aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-01-16 06:38:37 +0000
committerAndreas Jaeger <aj@suse.de>2001-01-16 06:38:37 +0000
commit4c1182d8583c47c941ca3af0418bc2a5c85b59dc (patch)
tree46f66715659e4af7b813a155bfbfeda507200684 /sysdeps
parenta9e4124c20a92c579d192f40a5a9f3900b3b4802 (diff)
downloadglibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.tar
glibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.tar.gz
glibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.tar.bz2
glibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.zip
Fix typo in last patch.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/mips/sigcontextinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h b/sysdeps/unix/sysv/linux/mips/sigcontextinfo.h
index e1ee528c17..1b67ce39af 100644
--- 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])