Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/gl_relocation
/
.
/
system
/
include
/
sys
/
select.h
blob: a5c731475f6fae566c574b8e45967bf03ee70db0 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
_SELECT_H
#define
_SELECT_H
#ifdef
__cplusplus
extern
"C"
{
#endif
int
select
(
int
nfds
,
fd_set
*
readfds
,
fd_set
*
writefds
,
fd_set
*
exceptfds
,
struct
timeval
*
timeout
);
#ifdef
__cplusplus
}
#endif
#endif