diff options
author | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-04 18:22:31 +0000 |
---|---|---|
committer | behlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c> | 2008-03-04 18:22:31 +0000 |
commit | 14c5326ccd05d3741271219510138880575a5d81 (patch) | |
tree | 0d2ffb91cc7500a9584dd82db7a253fb661a4563 /include/sys/thread.h | |
parent | dbb484ec6002723fc89e2231436c2c7ef51d83d3 (diff) |
More stub headers,
moved generic to sysmacros,
added some more macros for kernel compatibility
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@22 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys/thread.h')
-rw-r--r-- | include/sys/thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/thread.h b/include/sys/thread.h index e7f99c96d..d1009ab6d 100644 --- a/include/sys/thread.h +++ b/include/sys/thread.h @@ -9,7 +9,7 @@ extern "C" { #include <linux/mm.h> #include <linux/spinlock.h> #include <sys/types.h> -#include <sys/generic.h> +#include <sys/sysmacros.h> /* * Thread interfaces |