Gitiles
Code Review
Sign In
192.168.1.100
/
T106_DC
/
83d38d66a24e43b6cdaf19086ae3fd4d70ad0472
/
.
/
ap
/
libc
/
glibc
/
glibc-2.23
/
include
/
ulimit.h
blob: dd83faa049b45f756088f233ccc2e17512437a90 [
file
] [
log
] [
blame
]
lh
9ed821d
2023-04-07 01:36:19 -0700
[
diff
] [
blame
]
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