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:
1db283b
)
prototype getdtablesize (nonstandard function)
author
Rich Felker
<dalias@aerifal.cx>
Sun, 3 Apr 2011 22:15:36 +0000
(18:15 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 3 Apr 2011 22:15:36 +0000
(18:15 -0400)
include/unistd.h
patch
|
blob
|
history
diff --git
a/include/unistd.h
b/include/unistd.h
index 35df1cd5f23b451a6e6b36e9ec0ac54c72ab23c7..b8f783ed9122538606a41aed59c17db8876ffb7f 100644
(file)
--- a/
include/unistd.h
+++ b/
include/unistd.h
@@
-141,6
+141,7
@@
void swab(const void *, void *, ssize_t);
long gethostid(void);
int nice(int);
void sync(void);
+int getdtablesize(void);
#endif
#ifdef _GNU_SOURCE