diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-02-28 00:52:31 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-02-28 00:52:31 +0000 |
commit | 09b414e880b0c2e4ae08d82354bbae034dafdd9e (patch) | |
tree | 4113bde9f12e5bf3f8faf7f7a58e5eb55d73a64c /include/spl-thread.h | |
parent | 596e65b4e8e98e46705cb470deb72dbf8702b8c2 (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.h | 6 |
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 */ |