Annotation of embedaddon/ntp/ports/winnt/include/sys/resource.h, revision 1.1

1.1     ! misho       1: /*
        !             2:  * ports/winnt/include/sys/resource.h
        !             3:  *
        !             4:  * routines declared in Unix systems' sys/resource.h
        !             5:  */
        !             6: 
        !             7: #define        PRIO_PROCESS    0
        !             8: #define        NTP_PRIO        (-12)
        !             9: 
        !            10: int setpriority(int, int, int);                /* winnt\libntp\setpriority.c */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>