index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
ape
/
lib
/
bsd
/
getdtablesize.c
blob: 20e23b17f33098b7b479fec8984dfc5ab64c31aa (
plain
)
1
2
3
4
5
6
7
8
/* posix */
#include
<sys/limits.h>
int
getdtablesize
(
void
)
{
return
OPEN_MAX
;
}