Преглед изворни кода

exec.c: remove duplicate attribute_hidden

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger пре 15 година
родитељ
комит
7d0131c552
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      libc/unistd/exec.c

+ 1 - 1
libc/unistd/exec.c

@@ -68,7 +68,7 @@ extern void *__exec_alloc(size_t size, int func) attribute_hidden;
 
 
 # ifdef L___exec_alloc
 # 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 void *common_cache, *execvp_cache;
 	static size_t common_size, execvp_size;
 	static size_t common_size, execvp_size;