home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / ulimit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  200 b   |  16 lines

  1. #ifndef _ULIMIT_H
  2. #define _ULIMIT_H
  3.  
  4. #include <features.h>
  5.  
  6. #define    UL_GETFSIZE    1
  7. #define    UL_SETFSIZE    2
  8.      
  9. __BEGIN_DECLS
  10.  
  11. extern long ulimit __P((int __cmd, ...));
  12.  
  13. __END_DECLS
  14.  
  15. #endif /*_ULIMIT_H */
  16.