summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/x86_64
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-01-21 16:54:48 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-01-21 16:54:48 +0000
commit1cc0b593cbee69c041788106c3ebbdda5360af9f (patch)
treea096cb1eb567e3c496cb07b0a849fd89d07fd84b /libc/sysdeps/linux/x86_64
parentc0dc17e9873c9583bf7bd6f1183b7513bfe9d8d1 (diff)
Remove old comment
Diffstat (limited to 'libc/sysdeps/linux/x86_64')
-rw-r--r--libc/sysdeps/linux/x86_64/sigaction.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/x86_64/sigaction.c b/libc/sysdeps/linux/x86_64/sigaction.c
index 61022ea12..4e5236304 100644
--- a/libc/sysdeps/linux/x86_64/sigaction.c
+++ b/libc/sysdeps/linux/x86_64/sigaction.c
@@ -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)
{