diff options
Diffstat (limited to 'sysdeps/generic/sigcontextinfo.h')
-rw-r--r-- | sysdeps/generic/sigcontextinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/sigcontextinfo.h b/sysdeps/generic/sigcontextinfo.h index 9623599698..a33aadfed1 100644 --- a/sysdeps/generic/sigcontextinfo.h +++ b/sysdeps/generic/sigcontextinfo.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1998 Free Software Foundation, Inc. +/* Copyright (C) 1998, 1999 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998. @@ -19,6 +19,7 @@ /* In general we cannot provide any information. */ #define SIGCONTEXT struct sigcontext * +#define SIGCONTEXT_EXTRA_ARGS #define GET_PC(ctx) ((void *) 0) #define GET_FRAME(ctx) ((void *) 0) #define GET_STACK(ctx) ((void *) 0) |