summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-07-26 23:22:28 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:40 +0200
commitad997448a269088c09630e24d17f9a9eee3a4b5f (patch)
tree04c0857c18c6e341a9f5f97a3dbce20e822556f6 /linux
parent25ff0ad66139f3d577b0798cf8e517eaebdd502a (diff)
2006-07-27 Thomas Schwinge <tschwinge@gnu.org>
* linux/dev/include/linux/types.h (_MACH_SA_SYS_TYPES_H_): Define.
Diffstat (limited to 'linux')
-rw-r--r--linux/dev/include/linux/types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/linux/dev/include/linux/types.h b/linux/dev/include/linux/types.h
index ef0f2fc..57bb25f 100644
--- a/linux/dev/include/linux/types.h
+++ b/linux/dev/include/linux/types.h
@@ -109,4 +109,10 @@ struct ustat {
char f_fpack[6];
};
+
+/* Yes, this is ugly. But that's why it is called glue code. */
+
+#define _MACH_SA_SYS_TYPES_H_
+
+
#endif /* _LINUX_TYPES_H */