Last change
on this file since 18 was 18, checked in by bird, 22 years ago |
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
|
File size:
249 bytes
|
Line | |
---|
1 | /* ulimit.h (emx+gcc) */
|
---|
2 |
|
---|
3 | #ifndef _ULIMIT_H
|
---|
4 | #define _ULIMIT_H
|
---|
5 |
|
---|
6 | #include <sys/ulimit.h>
|
---|
7 |
|
---|
8 | #if defined (__cplusplus)
|
---|
9 | extern "C" {
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | long ulimit (int, ...);
|
---|
13 |
|
---|
14 | long _ulimit (int, ...);
|
---|
15 |
|
---|
16 | #if defined (__cplusplus)
|
---|
17 | }
|
---|
18 | #endif
|
---|
19 |
|
---|
20 | #endif /* not _ULIMIT_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.