aboutsummaryrefslogtreecommitdiff
path: root/ports/winnt/include/sys/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/winnt/include/sys/resource.h')
-rw-r--r--ports/winnt/include/sys/resource.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/winnt/include/sys/resource.h b/ports/winnt/include/sys/resource.h
new file mode 100644
index 000000000000..01f4c810ff7f
--- /dev/null
+++ b/ports/winnt/include/sys/resource.h
@@ -0,0 +1,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 */