mirror of
git://git.musl-libc.org/musl
synced 2025-03-06 20:48:29 +01:00
prototype getdtablesize (nonstandard function)
This commit is contained in:
parent
1db283bf19
commit
2155afd73e
1 changed files with 1 additions and 0 deletions
|
@ -141,6 +141,7 @@ void swab(const void *, void *, ssize_t);
|
||||||
long gethostid(void);
|
long gethostid(void);
|
||||||
int nice(int);
|
int nice(int);
|
||||||
void sync(void);
|
void sync(void);
|
||||||
|
int getdtablesize(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _GNU_SOURCE
|
#ifdef _GNU_SOURCE
|
||||||
|
|
Loading…
Add table
Reference in a new issue