OSDN Git Service

Remove old comment
authorPeter S. Mazinger <ps.m@gmx.net>
Sat, 21 Jan 2006 16:54:48 +0000 (16:54 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Sat, 21 Jan 2006 16:54:48 +0000 (16:54 -0000)
libc/sysdeps/linux/x86_64/sigaction.c

index 61022ea..4e52363 100644 (file)
@@ -43,8 +43,6 @@ libc_hidden_proto(memcpy)
 
 /* 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)
 {