-/* 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
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);
/* Emulate sigstack function using sigaltstack.
- Copyright (C) 1998 Free Software Foundation, Inc.
+ Copyright (C) 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1998.
#ifdef __NR_sigaltstack
int
sigstack (ss, oss)
- const struct sigstack *ss;
+ struct sigstack *ss;
struct sigstack *oss;
{
stack_t sas;