[git commit] exec.c: remove duplicate attribute_hidden

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:42 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=7d0131c55226a515086bf36e664ed70d19dba7f1
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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;


More information about the uClibc-cvs mailing list