Ignore:
Timestamp:
Oct 7, 2007, 4:19:01 PM (18 years ago)
Author:
bird
Message:

Made miscbltin.c compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/win/sys/resource.h

    r819 r1204  
    101101#define RLIM_NLIMITS    12              /* number of resource limits */ /* bird: was 11 */
    102102
    103 #define RLIM_INFINITY   (((rlim_t)1 << 63) - 1)
     103#define RLIM_INFINITY   (0x7fffffffffffffffLL)
    104104/* XXX Missing: RLIM_SAVED_MAX, RLIM_SAVED_CUR */
    105105
     
    135135/* XXX 2nd arg to [gs]etpriority() should be an id_t */
    136136//int   getpriority(int, /*int*/ id_t);         /* bird: SuS uses id_t */
    137 //int   getrlimit(int, struct rlimit *);
     137int     getrlimit(int, struct rlimit *);
    138138int     getrusage(int, struct rusage *);
    139139//int   setpriority(int, /*int*/ id_t, int);    /* bird: SuS uses id_t */
Note: See TracChangeset for help on using the changeset viewer.