diff options
Diffstat (limited to 'sysdeps/stub/gtty.c')
-rw-r--r-- | sysdeps/stub/gtty.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/gtty.c b/sysdeps/stub/gtty.c index 5695d69a2d..b702dda29a 100644 --- a/sysdeps/stub/gtty.c +++ b/sysdeps/stub/gtty.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(gtty, (fd, params), errno = ENOSYS; return -1; } + +stub_warning (gtty) |