svn commit: trunk/uClibc/libc/sysdeps/linux/x86_64

psm at uclibc.org psm at uclibc.org
Sat Jan 21 16:54:50 UTC 2006


Author: psm
Date: 2006-01-21 08:54:48 -0800 (Sat, 21 Jan 2006)
New Revision: 13479

Log:
Remove old comment

Modified:
   trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c	2006-01-21 16:14:22 UTC (rev 13478)
+++ trunk/uClibc/libc/sysdeps/linux/x86_64/sigaction.c	2006-01-21 16:54:48 UTC (rev 13479)
@@ -43,8 +43,6 @@
 
 /* If ACT is not NULL, change the action for SIG to *ACT.
    If OACT is not NULL, put the old action for SIG in *OACT.  */
-/* psm: couldn't use __sigaction, if building w/ disabled hidden,
- *      it will conflict w/ the one in libpthread */
 int
 __libc_sigaction (int sig, const struct sigaction *act, struct sigaction *oact)
 {




More information about the uClibc-cvs mailing list