Fix mdoc(7)/man(7) mix up.
[netbsd-mini2440.git] / lib / libpthread / README
blobc136478c674dabb52af56c466ff61261ba03d80d
1 $NetBSD: README,v 1.5 2007/10/16 15:21:54 ad Exp $
3 When making changes to libpthread, please ensure that libpthread_dbg
4 still compiles.
6 Due to limitations in the current pthread implementation, makecontext(3)
7 and sigaltstack(2) should not be used in programs which link against
8 libpthread (whether threads are used or not). This has been noted in the
9 makecontext(3), sigaltstack(2), and pthread(3) man pages.