]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commite41ba3cb2da4d6ae4ff42c756e5b20daa992ebf8
tree2b8cd93f3fcbf05bda111d8cefdf23355d90a1db
parentb4334540199354d276b821aa50955274eca97e4b
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/modules/ssl@95016 13f79535-47bb-0310-9956-ffa450edef68
ssl_util.c