fix misleading comment in strstr
[musl.git] / include / ulimit.h
blobefdcd311e5c74dffd2c6f4e809fd7c2e932bf754
1 #ifndef _ULIMIT_H
2 #define _ULIMIT_H
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
8 #define UL_GETFSIZE 1
9 #define UL_SETFSIZE 2
11 long ulimit (int, ...);
13 #ifdef __cplusplus
15 #endif
17 #endif