mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
8 lines
164 B
C
8 lines
164 B
C
#ifndef _ULIMIT_H
|
|
#include <resource/ulimit.h>
|
|
|
|
#ifndef _ISOMAC
|
|
/* Now define the internal interfaces. */
|
|
extern long int __ulimit (int __cmd, ...);
|
|
#endif
|
|
#endif
|