diff options
Diffstat (limited to 'sysdeps/stub/stime.c')
-rw-r--r-- | sysdeps/stub/stime.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/stime.c b/sysdeps/stub/stime.c index df6fdba12c..231e762808 100644 --- a/sysdeps/stub/stime.c +++ b/sysdeps/stub/stime.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 @@ -35,3 +35,5 @@ DEFUN(stime, (when), CONST time_t *when) errno = ENOSYS; return -1; } + +stub_warning (stime) |