From 8982fec188e3a0e306828ec2a58744e2148c35ca Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 23 Apr 2011 22:02:28 +0200
Subject: [PATCH 353/396] exec.c: remove duplicate attribute_hidden

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 libc/unistd/exec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libc/unistd/exec.c b/libc/unistd/exec.c
index 7d24072..6066db9 100644
--- a/libc/unistd/exec.c
+++ b/libc/unistd/exec.c
@@ -68,7 +68,7 @@ extern void *__exec_alloc(size_t size, int func) attribute_hidden;
 
 # ifdef L___exec_alloc
 
-void attribute_hidden *__exec_alloc(size_t size, int func)
+void *__exec_alloc(size_t size, int func)
 {
 	static void *common_cache, *execvp_cache;
 	static size_t common_size, execvp_size;
-- 
1.7.0.4

