From 04f13f362e7aafc13fd6476a7d90ba902974d4bd Mon Sep 17 00:00:00 2001 From: Chris Zankel Date: Wed, 17 Oct 2012 16:15:07 -0700 Subject: 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 --- libc/sysdeps/linux/xtensa/sys/user.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 libc/sysdeps/linux/xtensa/sys/user.h (limited to 'libc/sysdeps/linux') 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 */ -- cgit v1.2.3