summaryrefslogtreecommitdiff
path: root/sysdeps/solaris.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/solaris.c')
-rw-r--r--sysdeps/solaris.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysdeps/solaris.c b/sysdeps/solaris.c
new file mode 100644
index 0000000..89cc9f2
--- /dev/null
+++ b/sysdeps/solaris.c
@@ -0,0 +1,13 @@
+#include "htop-sysdeps.h"
+
+/* dummy */
+IOPriority sysdep_get_ioprio(pid_t p)
+{
+ return 1;
+}
+
+/* dummy */
+void sysdep_set_ioprio(pid_t p, IOPriority ioprio)
+{
+}
+