projects
/
platform
/
upstream
/
glibc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix a few problems in fopen and freopen
[platform/upstream/glibc.git]
/
include
/
ulimit.h
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