]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/ulimit.h
Use rint functions not __rint functions in glibc libm.
[thirdparty/glibc.git] / include / ulimit.h
CommitLineData
6796bc80 1#ifndef _ULIMIT_H
9756dfe1 2#include <resource/ulimit.h>
bdbf022d 3
31341567 4#ifndef _ISOMAC
bdbf022d 5/* Now define the internal interfaces. */
c19559b0 6extern long int __ulimit (int __cmd, ...);
6796bc80 7#endif
31341567 8#endif