소스 검색

Remove old comment

Peter S. Mazinger 20 년 전
부모
커밋
1cc0b593cb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      libc/sysdeps/linux/x86_64/sigaction.c

+ 0 - 2
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)
 {