URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [select.h] - Rev 816
Compare with Previous | Blame | View Log
#ifndef _SYS_SELECT_H #define _SYS_SELECT_H 1 #include <sys/types.h> #include <bits/sigset.h> #include <time.h> extern int select (int __nfds, fd_set *__restrict __readfds, fd_set *__restrict __writefds, fd_set *__restrict __exceptfds, struct timeval *__restrict __timeout) __THROW; #endif /* sys/select.h */