summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/sys/select.h')
-rw-r--r--cpukit/libnetworking/sys/select.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libnetworking/sys/select.h b/cpukit/libnetworking/sys/select.h
index fdd29deab6..8a84e4cca6 100644
--- a/cpukit/libnetworking/sys/select.h
+++ b/cpukit/libnetworking/sys/select.h
@@ -57,10 +57,10 @@ struct selinfo {
(if not NULL) for exceptional conditions. If TIMEOUT is not NULL, time out
after waiting the interval specified therein. Returns the number of ready
descriptors, or -1 for errors. */
-extern int select (int __nfds, fd_set *__readfds,
- fd_set *__writefds,
- fd_set *__exceptfds,
- struct timeval *__timeout);
+extern int select (int __nfds, fd_set *__restrict __readfds,
+ fd_set *__restrict __writefds,
+ fd_set *__restrict __exceptfds,
+ struct timeval *__restrict __timeout);
#ifdef __cplusplus
}