summaryrefslogtreecommitdiff
path: root/sysdeps/stub/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/stub/poll.c')
-rw-r--r--sysdeps/stub/poll.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/stub/poll.c b/sysdeps/stub/poll.c
index 40fc2c91c7..9c7a65d2ce 100644
--- a/sysdeps/stub/poll.c
+++ b/sysdeps/stub/poll.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1994, 1995, 1996 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,7 +31,7 @@ poll (fds, nfds, timeout)
unsigned long int nfds;
int timeout;
{
- errno = ENOSYS;
+ __set_errno (ENOSYS);
return -1;
}