Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 20:46:22 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/sys sigprocmask.2
Message-ID:  <201005072046.o47KkdMd061001@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-05-07 20:46:22 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/sys         sigprocmask.2 
  Log:
  SVN rev 207757 on 2010-05-07 20:46:22Z by jilles
  
  sigprocmask(2): pthread_sigmask(3) must be used in threaded processes.
  Although libthr's pthread_sigmask() just calls sigprocmask() and this is
  unlikely to change, mention this POSIX requirement on applications.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.23      +7 -1      src/lib/libc/sys/sigprocmask.2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005072046.o47KkdMd061001>