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
d2430fa6a31d6cca7e9e74e594f07ae1589b065d
1
#ifndef _ULIMIT_H
2
#include <resource/ulimit.h>
3
4
/* Now define the internal interfaces. */
5
extern
long int
__ulimit
(
int
__cmd
, ...);
6
#endif