diff options
Diffstat (limited to 'include/spl-taskq.h')
-rw-r--r-- | include/spl-taskq.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spl-taskq.h b/include/spl-taskq.h index bf6e24438..3723a6d47 100644 --- a/include/spl-taskq.h +++ b/include/spl-taskq.h @@ -1,5 +1,5 @@ -#ifndef _SOLARIS_TASKQ_H -#define _SOLARIS_TASKQ_H +#ifndef _SPL_TASKQ_H +#define _SPL_TASKQ_H #ifdef __cplusplus extern "C" { @@ -84,4 +84,4 @@ extern taskq_t *__taskq_create(const char *, int, pri_t, int, int, uint_t); } #endif -#endif /* _SOLARIS_TASKQ_H */ +#endif /* _SPL_TASKQ_H */ |