mirror of
git://git.musl-libc.org/musl
synced 2025-01-22 14:42:52 +00:00
getdtablesize is not standard; move it to its correct spot in unistd.h
This commit is contained in:
parent
58f430c1e0
commit
431a4cd4df
@ -141,7 +141,6 @@ void swab(const void *, void *, ssize_t);
|
||||
long gethostid(void);
|
||||
int nice(int);
|
||||
void sync(void);
|
||||
int getdtablesize(void);
|
||||
#endif
|
||||
|
||||
#ifdef _GNU_SOURCE
|
||||
@ -163,6 +162,7 @@ int getresgid(gid_t *, gid_t *, gid_t *);
|
||||
char *get_current_dir_name(void);
|
||||
int daemon(int, int);
|
||||
int getdomainname(char *, size_t);
|
||||
int getdtablesize(void);
|
||||
#endif
|
||||
|
||||
#define _XOPEN_VERSION 700
|
||||
|
Loading…
Reference in New Issue
Block a user