diff options
Diffstat (limited to 'sysdeps/generic/sigstack.c')
-rw-r--r-- | sysdeps/generic/sigstack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/sigstack.c b/sysdeps/generic/sigstack.c index 52b135a19f..b4e2748a4c 100644 --- a/sysdeps/generic/sigstack.c +++ b/sysdeps/generic/sigstack.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1995, 1996, 1997, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,7 +23,7 @@ If OSS is not NULL, it is filled in with the old signal stack status. */ int sigstack (ss, oss) - const struct sigstack *ss; + struct sigstack *ss; struct sigstack *oss; { __set_errno (ENOSYS); |