summaryrefslogtreecommitdiffstats
path: root/include/sys/sid.h
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-11 20:54:40 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-11 20:54:40 +0000
commit9490c148359332d797e4fc250812bd7a5fd131b1 (patch)
treebb7678f0216623d6a3743ac8c34c61215b6b97ab /include/sys/sid.h
parentb123971fc2f951cc95c8f75db68adf05d3a1d1aa (diff)
Apply fix from bug239 for rwlock deadlock.
Update check.sh script to take V=1 env var so you can run it verbosely as follows if your chasing something: sudo make check V=1 Add new kobj api and needed regression tests to allow reading of files from within the kernel. Normally thats not something I support but the spa layer needs the support for its config file. Add some more missing stub headers git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@38 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys/sid.h')
-rw-r--r--include/sys/sid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sys/sid.h b/include/sys/sid.h
new file mode 100644
index 000000000..937a71ea8
--- /dev/null
+++ b/include/sys/sid.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_SID_H
+#define _SPL_SID_H
+
+#endif /* SPL_SID_H */