]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix some problems with which error code to use after a pthread_ failure.
authorJeff Trawick <trawick@apache.org>
Mon, 31 Jul 2000 15:39:19 +0000 (15:39 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 31 Jul 2000 15:39:19 +0000 (15:39 +0000)
commite23401a35b1f1f7f293ddfa1a94026d3fdd75762
tree080bf3d9d786fede59cd5506d17991bc53941a1e
parentb6faa376756de16c188a311e2dcd9593889f87d0
Fix some problems with which error code to use after a pthread_ failure.
Most of the changes added support for PTHREAD_SETS_ERRNO; a few of the
changes fixed bugs in existing code which always used errno (which
doesn't get the right error code on most platforms).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85963 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/dexter/dexter.c
server/mpm/experimental/perchild/perchild.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/perchild/perchild.c