aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/sigstack.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/sigstack.c')
-rw-r--r--sysdeps/stub/sigstack.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/sigstack.c b/sysdeps/stub/sigstack.c
index 001acfd996..a9da1e699e 100644
--- a/sysdeps/stub/sigstack.c
+++ b/sysdeps/stub/sigstack.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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(sigstack, (ss, oss),
errno = ENOSYS;
return -1;
}
+
+stub_warning (sigstack)