aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/stub/stty.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/stty.c')
-rw-r--r--sysdeps/stub/stty.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/stty.c b/sysdeps/stub/stty.c
index 24a865b2ea..dec67c2cc3 100644
--- a/sysdeps/stub/stty.c
+++ b/sysdeps/stub/stty.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 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
@@ -35,3 +35,5 @@ DEFUN(stty, (fd, params),
errno = ENOSYS;
return -1;
}
+
+stub_warning (stty)