diff options
Diffstat (limited to 'include/ulimit.h')
-rw-r--r-- | include/ulimit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ulimit.h b/include/ulimit.h index d2430fa6a3..dd83faa049 100644 --- a/include/ulimit.h +++ b/include/ulimit.h @@ -1,6 +1,8 @@ #ifndef _ULIMIT_H #include <resource/ulimit.h> +#ifndef _ISOMAC /* Now define the internal interfaces. */ extern long int __ulimit (int __cmd, ...); #endif +#endif |