summaryrefslogtreecommitdiffstats
path: root/include/spl-thread.h
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-02-28 00:52:31 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-02-28 00:52:31 +0000
commit09b414e880b0c2e4ae08d82354bbae034dafdd9e (patch)
tree4113bde9f12e5bf3f8faf7f7a58e5eb55d73a64c /include/spl-thread.h
parent596e65b4e8e98e46705cb470deb72dbf8702b8c2 (diff)
Minor nit, SOLARIS should be SPL
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@17 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/spl-thread.h')
-rw-r--r--include/spl-thread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/spl-thread.h b/include/spl-thread.h
index 567d397e1..8833846e9 100644
--- a/include/spl-thread.h
+++ b/include/spl-thread.h
@@ -1,5 +1,5 @@
-#ifndef _SOLARIS_THREAD_H
-#define _SOLARIS_THREAD_H
+#ifndef _SPL_THREAD_H
+#define _SPL_THREAD_H
#ifdef __cplusplus
extern "C" {
@@ -46,5 +46,5 @@ extern void __thread_exit(void);
}
#endif
-#endif /* _SOLARIS_THREAD_H */
+#endif /* _SPL_THREAD_H */