diff options
Diffstat (limited to 'sysdeps/stub/poll.c')
-rw-r--r-- | sysdeps/stub/poll.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/stub/poll.c b/sysdeps/stub/poll.c index 3436eaa33d..40fc2c91c7 100644 --- a/sysdeps/stub/poll.c +++ b/sysdeps/stub/poll.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994 Free Software Foundation, Inc. +/* Copyright (C) 1994, 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 @@ -34,3 +34,5 @@ poll (fds, nfds, timeout) errno = ENOSYS; return -1; } + +stub_warning (poll) |