summaryrefslogtreecommitdiffstats
path: root/include/sys/stropts.h
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-01 18:30:12 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-01 18:30:12 +0000
commitdbb484ec6002723fc89e2231436c2c7ef51d83d3 (patch)
tree0397dc35b33b0074eda352eed4caf470885bd7a7 /include/sys/stropts.h
parentd5f087adef0e5f62f565998a8d54d7cb3c3fe2fa (diff)
Stub out some missing headers which are expected. I'll fill
in what the contents need to be as I encounter the warnings about missing prototypes, symbols, and such. git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@21 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
Diffstat (limited to 'include/sys/stropts.h')
-rw-r--r--include/sys/stropts.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sys/stropts.h b/include/sys/stropts.h
new file mode 100644
index 000000000..b92949fee
--- /dev/null
+++ b/include/sys/stropts.h
@@ -0,0 +1,4 @@
+#ifndef _SPL_STROPTS_H
+#define _SPL_STROPTS_H
+
+#endif /* SPL_STROPTS_H */