]> granicus.if.org Git - apache/commit
Fix the naming of the apr_threadattr_detach_xxx functions. get and set were
authorGreg Ames <gregames@apache.org>
Wed, 11 Apr 2001 02:01:16 +0000 (02:01 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 11 Apr 2001 02:01:16 +0000 (02:01 +0000)
commit426271e5cec74f8b23d90ca76a7cc1ac2bac71d1
tree7a83be0f658ce117daad45a43b11dd41f714049f
parenta08aa9643b562b2898fe7b12d0ed42066d3c6676
Fix the naming of the apr_threadattr_detach_xxx functions.  get and set were
reversed.

This may have broken the Unix threaded mpm's when they started using the
bogus "set" function.  A likely symptom would be failure to stop a threaded
process cleanly.

Note: it appears these functions are essentially no-ops except in Unix.

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