]> git.ipfire.org Git - thirdparty/glibc.git/blob - include/ulimit.h
Add per-thread cache to malloc
[thirdparty/glibc.git] / include / ulimit.h
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