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
m68k: suppress -Wframe-address warning
[glibc.git]
/
include
/
ulimit.h
blob
dd83faa049b45f756088f233ccc2e17512437a90
1
#ifndef _ULIMIT_H
2
#include <resource/ulimit.h>
3
4
#ifndef _ISOMAC
5
/* Now define the internal interfaces. */
6
extern
long int
__ulimit
(
int
__cmd
, ...);
7
#endif
8
#endif