repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update.
[glibc.git]
/
include
/
ulimit.h
blob
8dc51d5fb7a22884d6434af1e2e00d87779f081f
1
#ifndef _ULIMIT_H
2
#include <resource/ulimit.h>
3
4
/* Now define the internal interfaces. */
5
extern
long int
__ulimit
__P
((
int
__cmd
, ...));
6
#endif