diff options
Diffstat (limited to 'sysdeps/stub/clock.c')
-rw-r--r-- | sysdeps/stub/clock.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/clock.c b/sysdeps/stub/clock.c index 151022db4e..c22192bd86 100644 --- a/sysdeps/stub/clock.c +++ b/sysdeps/stub/clock.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 @@ -28,3 +28,5 @@ DEFUN_VOID(clock) errno = ENOSYS; return (clock_t) -1; } + +stub_warning (clock) |