URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [newlib-1.18.0/] [newlib/] [libc/] [sys/] [linux/] [sys/] [select.h] - Rev 207
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 */