]> granicus.if.org Git - apache/commit
Fix a mod_ssl build problem on OS/390.
authorJeff Trawick <trawick@apache.org>
Thu, 9 May 2002 10:53:28 +0000 (10:53 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 9 May 2002 10:53:28 +0000 (10:53 +0000)
commitd12032570178988e108523cf67eb2abab186e55b
tree5ce166b3998ea02362ae6a5538c6c0ec94a3bd67
parent083c9c3f82518e404b4417cccefb91d509970901
Fix a mod_ssl build problem on OS/390.

This is admittedly rather ugly code to come up with a unique 4-byte
identifier for the thread.  Since our threads are pthreads and a pthread
maps 1:1 to a TCB, the address of the TCB is sufficient.   Yes, every
TCB sees a different piece of real storage mapped to the first page,
so the code does make sense.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95016 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/ssl_util.c