Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2009 20:10:14 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include pthread.h signal.h src/sys/sys _pthreadtypes.h
Message-ID:  <200903142012.n2EKCU2J063939@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2009-03-14 20:10:14 UTC

  FreeBSD src repository

  Modified files:
    include              pthread.h signal.h 
    sys/sys              _pthreadtypes.h 
  Log:
  SVN rev 189828 on 2009-03-14 20:10:14Z by das
  
  Fix the visibility of several prototypes. Also move pthread_kill() and
  pthread_sigmask() to signal.h. In principle, this shouldn't break anything,
  since they're already in signal.h on other systems, and the FreeBSD
  manpage says that both pthread.h and signal.h need to be included to
  get these functions.
  
  Add a hack to declare pthread_t in the P1003.1-2008 namespace
  in signal.h.
  
  Revision  Changes    Path
  1.44      +4 -2      src/include/pthread.h
  1.28      +12 -1     src/include/signal.h
  1.2       +3 -0      src/sys/sys/_pthreadtypes.h



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