projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58f430c
)
getdtablesize is not standard; move it to its correct spot in unistd.h
author
Rich Felker
<dalias@aerifal.cx>
Sun, 22 Apr 2012 18:39:07 +0000
(14:39 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 22 Apr 2012 18:39:07 +0000
(14:39 -0400)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index 307f665c865a47f679e2565cf97e71209a2f70d0..17f024fdec06e2ef146119607cd3c7171da25cc7 100644
(file)
--- a/
include/unistd.h
+++ b/
include/unistd.h
@@
-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