summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/sigcontext.h
diff options
context:
space:
mode:
authorCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-22 16:04:28 +0000
committerCarmelo Amoroso <carmelo.amoroso@st.com>2009-01-22 16:04:28 +0000
commit91772298b0377ab805e19085f60a7808fe62d157 (patch)
tree520a9015fd8ce7aebbd503814b5758dfe9b07cba /libc/sysdeps/linux/common/bits/sigcontext.h
parent2f22f00640b79531879bf21afc9727483934ac65 (diff)
downloaduClibc-alpine-91772298b0377ab805e19085f60a7808fe62d157.tar.bz2
uClibc-alpine-91772298b0377ab805e19085f60a7808fe62d157.tar.xz
Synch with trunk: miscellaneous changes, mostly cleanup,
code styling, comments. No object-code changes. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
Diffstat (limited to 'libc/sysdeps/linux/common/bits/sigcontext.h')
-rw-r--r--libc/sysdeps/linux/common/bits/sigcontext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/bits/sigcontext.h b/libc/sysdeps/linux/common/bits/sigcontext.h
index 67dcf9498..35bf5bc89 100644
--- a/libc/sysdeps/linux/common/bits/sigcontext.h
+++ b/libc/sysdeps/linux/common/bits/sigcontext.h
@@ -25,5 +25,8 @@
we need sigcontext. */
# define sigcontext_struct sigcontext
+# ifndef __user
+# define __user
+# endif
# include <asm/sigcontext.h>
#endif