summaryrefslogtreecommitdiffstats
path: root/ports/winnt/include/sys/resource.h
blob: 01f4c810ff7f98036b7f99c7a56d5bfeaaa5375c (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * ports/winnt/include/sys/resource.h
 *
 * routines declared in Unix systems' sys/resource.h
 */

#define	PRIO_PROCESS	0
#define	NTP_PRIO	(-12)

int setpriority(int, int, int);		/* winnt\libntp\setpriority.c */
OpenPOWER on IntegriCloud