svn commit: trunk/uClibc: ldso/ldso libc/misc/wchar
psm at uclibc.org
psm at uclibc.org
Sat Dec 10 18:26:08 UTC 2005
Author: psm
Date: 2005-12-10 10:26:05 -0800 (Sat, 10 Dec 2005)
New Revision: 12821
Log:
Remove trailing ';' from strong_alias, thx Bernhard Fischer
Modified:
trunk/uClibc/ldso/ldso/dl-elf.c
trunk/uClibc/libc/misc/wchar/wstdio.c
Changeset:
Modified: trunk/uClibc/ldso/ldso/dl-elf.c
===================================================================
--- trunk/uClibc/ldso/ldso/dl-elf.c 2005-12-10 18:18:41 UTC (rev 12820)
+++ trunk/uClibc/ldso/ldso/dl-elf.c 2005-12-10 18:26:05 UTC (rev 12821)
@@ -815,6 +815,6 @@
}
return ret;
}
-strong_alias(__dl_iterate_phdr, dl_iterate_phdr);
+strong_alias(__dl_iterate_phdr, dl_iterate_phdr)
#endif
#endif
Modified: trunk/uClibc/libc/misc/wchar/wstdio.c
===================================================================
--- trunk/uClibc/libc/misc/wchar/wstdio.c 2005-12-10 18:18:41 UTC (rev 12820)
+++ trunk/uClibc/libc/misc/wchar/wstdio.c 2005-12-10 18:26:05 UTC (rev 12821)
@@ -263,8 +263,8 @@
return wi;
}
-strong_alias(fgetwc_unlocked,getwc_unlocked);
-strong_alias(fgetwc,getwc);
+strong_alias(fgetwc_unlocked,getwc_unlocked)
+strong_alias(fgetwc,getwc)
#endif
/**********************************************************************/
@@ -329,8 +329,8 @@
#endif
}
-strong_alias(fputwc_unlocked,putwc_unlocked);
-strong_alias(fputwc,putwc);
+strong_alias(fputwc_unlocked,putwc_unlocked)
+strong_alias(fputwc,putwc)
#endif
/**********************************************************************/
More information about the uClibc-cvs
mailing list