]> 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)
commitc6512b2859b138829bda426b7f37dc275c8595ab
tree5ce166b3998ea02362ae6a5538c6c0ec94a3bd67
parente3d047b595c70747468bebfb79a7f162be8f493c
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