summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/xtensa
diff options
context:
space:
mode:
authorChris Zankel <chris@zankel.net>2012-10-17 16:15:07 -0700
committerChris Zankel <chris@zankel.net>2012-11-03 12:57:45 -0700
commit04f13f362e7aafc13fd6476a7d90ba902974d4bd (patch)
tree7a8ae21db9df3b61fa6e2d025d2f07e8eeeed784 /libc/sysdeps/linux/xtensa
parente3913641efa02b3dd23c5ee70efa5b62d8c6c836 (diff)
xtensa: add a stub user.h file
Xtensa only supports the ELF binary format, so the user.h file isn't needed. However, it's included by other files, so provide a stub user.h. Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'libc/sysdeps/linux/xtensa')
-rw-r--r--libc/sysdeps/linux/xtensa/sys/user.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/xtensa/sys/user.h b/libc/sysdeps/linux/xtensa/sys/user.h
new file mode 100644
index 000000000..f97f93edb
--- /dev/null
+++ b/libc/sysdeps/linux/xtensa/sys/user.h
@@ -0,0 +1,20 @@
+/*
+ * include/asm-xtensa/user.h
+ *
+ * Xtensa Processor version.
+ *
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 2001 - 2005 Tensilica Inc.
+ */
+
+#ifndef _XTENSA_USER_H
+#define _XTENSA_USER_H
+
+/* This file usually defines a 'struct user' structure. However, it it only
+ * used for a.out file, which are not supported on Xtensa.
+ */
+
+#endif /* _XTENSA_USER_H */