diff options
author | rpj <rpj> | 2001-07-18 14:00:56 +0000 |
---|---|---|
committer | rpj <rpj> | 2001-07-18 14:00:56 +0000 |
commit | 1dde0f532f346c9382ef706a254861fd23eda12a (patch) | |
tree | c8d2d9aea60ec918baad3e13224ce2c19b1539dc /Nmakefile | |
parent | b3e91e9179a85320d6e4aa63780cb653ff6a5a0e (diff) |
* rwlock.c (pthread_rwlock_wrlock): Is allowed to be
a cancelation point; re-enable deferred cancelability
around the CV call.
Diffstat (limited to 'Nmakefile')
-rw-r--r-- | Nmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,6 +19,6 @@ pthread $(VERSION) :LIBRARY: pthread.def attr.c cancel.c cleanup.c condvar.c \ :: ANNOUNCE CONTRIBUTORS COPYING.LIB ChangeLog FAQ GNUmakefile MAINTAINERS \ Makefile Makefile.in Makefile.vc NEWS PROGRESS README README.WinCE \ TODO WinCE-PORT install-sh errno.c tests tests.mk acconfig.h \ - config.guess config.h.in config.sub configure configure.in signal.c \ + config.guess config.h.in config.sub configure configure.in signal.c \ README.CV README.NONPORTABLE pthread.dsp pthread.dsw |