]> granicus.if.org Git - zfs/blobdiff - module/spl/spl-thread.c
Cleanly split Linux proc.h (fs) from conflicting Solaris proc.h (process)
[zfs] / module / spl / spl-thread.c
index de959119e72e4874b522e957ac79bd145a22fd5d..1345890ed828626521595d394217fc06885b80c1 100644 (file)
@@ -83,7 +83,7 @@ EXPORT_SYMBOL(__thread_exit);
  * style callers likely never check for... since it can't fail. */
 kthread_t *
 __thread_create(caddr_t stk, size_t  stksize, thread_func_t func,
-               const char *name, void *args, size_t len, int *pp,
+               const char *name, void *args, size_t len, proc_t *pp,
                int state, pri_t pri)
 {
        thread_priv_t *tp;