diff options
Diffstat (limited to 'sysdeps/stub/sigaltstack.c')
-rw-r--r-- | sysdeps/stub/sigaltstack.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/sigaltstack.c b/sysdeps/stub/sigaltstack.c index ae5a7ae413..01a547c2a5 100644 --- a/sysdeps/stub/sigaltstack.c +++ b/sysdeps/stub/sigaltstack.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992 Free Software Foundation, Inc. +/* Copyright (C) 1992, 1995 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 @@ -29,3 +29,5 @@ DEFUN(sigaltstack, (ss, oss), errno = ENOSYS; return -1; } + +stub_warning (sigaltstack) |