]> granicus.if.org Git - apache/commit
Handle some OS/390-isms dealing with pthreads:
authorJeff Trawick <trawick@apache.org>
Tue, 16 May 2000 17:48:58 +0000 (17:48 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 16 May 2000 17:48:58 +0000 (17:48 +0000)
commitf4b9e21f2b718572d2c8569ea0cae30cb497bcc5
tree008143616398bde6a9b893b32fa8691734157943
parentecba1e2451c8edadfd24f0512d548f356e6c99f7
Handle some OS/390-isms dealing with pthreads:
. the types of the parameters to pthread_attr_setdetachstate()
  and pthread_detach()
. the fact that sigprocmask() must be use to set a thread's
  signal mask

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