diff options
author | Andreas Jaeger <aj@suse.de> | 2001-01-16 06:38:37 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-01-16 06:38:37 +0000 |
commit | 4c1182d8583c47c941ca3af0418bc2a5c85b59dc (patch) | |
tree | 46f66715659e4af7b813a155bfbfeda507200684 /sysdeps/unix | |
parent | a9e4124c20a92c579d192f40a5a9f3900b3b4802 (diff) | |
download | glibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.zip glibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.tar.gz glibc-4c1182d8583c47c941ca3af0418bc2a5c85b59dc.tar.bz2 |
Fix typo in last patch.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/sigcontextinfo.h | 2 |
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 e1ee528..1b67ce3 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]) |