Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
git-mirror
/
glibc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
2384b50
abilist
aout
argp
assert
bits
c_stubs
catgets
conf
conform
data
arpa
net
netinet
sys
ipc.h-data
mman.h-data
msg.h-data
resource.h-data
select.h-data
sem.h-data
shm.h-data
socket.h-data
stat.h-data
statvfs.h-data
time.h-data
timeb.h-data
times.h-data
types.h-data
uio.h-data
un.h-data
utsname.h-data
wait.h-data
aio.h-data
assert.h-data
complex.h-data
cpio.h-data
ctype.h-data
dirent.h-data
dlfcn.h-data
errno.h-data
fcntl.h-data
float.h-data
fmtmsg.h-data
fnmatch.h-data
ftw.h-data
glob.h-data
grp.h-data
iconv.h-data
inttypes.h-data
iso646.h-data
langinfo.h-data
libgen.h-data
limits.h-data
locale.h-data
math.h-data
monetary.h-data
mqueue.h-data
ndbm.h-data
netdb.h-data
nl_types.h-data
poll.h-data
pthread.h-data
pwd.h-data
regex.h-data
sched.h-data
search.h-data
semaphore.h-data
setjmp.h-data
signal.h-data
spawn.h-data
stdarg.h-data
stddef.h-data
stdint.h-data
stdio.h-data
stdlib.h-data
string.h-data
strings.h-data
stropts.h-data
syslog.h-data
tar.h-data
termios.h-data
tgmath.h-data
time.h-data
ucontext.h-data
ulimit.h-data
unistd.h-data
utime.h-data
utmpx.h-data
varargs.h-data
wchar.h-data
wctype.h-data
wordexp.h-data
Makefile
conformtest.pl
crypt
csu
ctype
debug
dirent
dlfcn
elf
fedora
gmon
gnulib
grp
gshadow
hesiod
hurd
iconv
iconvdata
include
inet
intl
io
libidn
libio
locale
localedata
login
mach
malloc
manual
math
misc
nis
nptl
nptl_db
nscd
nss
po
posix
pwd
resolv
resource
rt
rtkaio
scripts
setjmp
shadow
signal
socket
soft-fp
stdio-common
stdlib
streams
string
sunrpc
sysdeps
sysvipc
termios
time
timezone
wcsmbs
wctype
.gitattributes
.gitignore
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
CONFORMANCE
COPYING
COPYING.LIB
ChangeLog
ChangeLog.1
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
FAQ
FAQ.in
INSTALL
LICENSES
Makeconfig
Makefile
Makefile.in
Makerules
NAMESPACE
NEWS
NOTES
PROJECTS
README
README.libm
Rules
Versions.def
WUR-REPORT
abi-tags
aclocal.m4
config-name.in
config.h.in
config.make.in
configure
configure.in
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
o-iterator.mk
shlib-versions
test-skeleton.c
tls.make.c
version.h
Breadcrumbs
glibc
/
conform
/
data
/
sys
/
select.h-data
Blame
Blame
Latest commit
History
History
35 lines (27 loc) · 754 Bytes
Breadcrumbs
glibc
/
conform
/
data
/
sys
/
select.h-data
Top
File metadata and controls
Code
Blame
35 lines (27 loc) · 754 Bytes
Raw
#if !defined ISO && !defined POSIX type time_t type suseconds_t type {struct timeval} element {struct timeval} time_t tv_sec element {struct timeval} suseconds_t tv_usec type sigset_t type {struct timespec} element {struct timespec} time_t tv_sec element {struct timespec} long tv_nsec type fd_set #if defined XPG3 || defined XPG4 || defined UNIX98 element fd_set long fds_bits [] #endif macro FD_CLR macro FD_ISSET macro FD_SET macro FD_ZERO macro FD_SETSIZE #if defined XOPEN2K || defined POSIX2008 function int pselect (int, fd_set*, fd_set*, fd_set*, const struct timespec*, const sigset_t*) #endif function int select (int, fd_set*, fd_set*, fd_set*, struct timeval*) allow-header signal.h allow-header sys/time.h allow-header time.h #endif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
You can’t perform that action at this time.