summaryrefslogtreecommitdiff
path: root/sysdeps/stub/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/usleep.c')
-rw-r--r--sysdeps/stub/usleep.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/usleep.c b/sysdeps/stub/usleep.c
index f0c65d0710..c1cae9c7c6 100644
--- a/sysdeps/stub/usleep.c
+++ b/sysdeps/stub/usleep.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
@@ -26,3 +26,5 @@ DEFUN(usleep, (useconds), unsigned int useconds)
errno = ENOSYS;
return -1;
}
+
+stub_warning (usleep)