summaryrefslogtreecommitdiff
path: root/sysdeps/stub/ualarm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/ualarm.c')
-rw-r--r--sysdeps/stub/ualarm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/ualarm.c b/sysdeps/stub/ualarm.c
index 4a596d77e8..ead365b157 100644
--- a/sysdeps/stub/ualarm.c
+++ b/sysdeps/stub/ualarm.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
@@ -31,3 +31,5 @@ DEFUN(ualarm, (value, interval),
errno = ENOSYS;
return -1;
}
+
+stub_warning (ualarm)