From 76ef9960354f1ca9ae61dec022b5f2713fca0e90 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sun, 13 Mar 2011 01:06:12 +0100
Subject: [PATCH 030/396] alpha/__syscall_rt_sigaction.S: make the function hidden on non-NPTL

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/sysdeps/linux/alpha/__syscall_rt_sigaction.S |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libc/sysdeps/linux/alpha/__syscall_rt_sigaction.S b/libc/sysdeps/linux/alpha/__syscall_rt_sigaction.S
index f7e9e44..3d29a08 100644
--- a/libc/sysdeps/linux/alpha/__syscall_rt_sigaction.S
+++ b/libc/sysdeps/linux/alpha/__syscall_rt_sigaction.S
@@ -31,6 +31,9 @@
 	.text
 
 .globl __syscall_rt_sigaction
+#ifndef __UCLIBC_HAS_THREADS_NATIVE__
+.hidden __syscall_rt_sigaction
+#endif
 .align 4
 .ent __syscall_rt_sigaction, 0
 __syscall_rt_sigaction:
-- 
1.7.0.4

