]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Teach win32 about magic_cleanups to toggle the INHERIT bit for handles.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Dec 2002 21:22:23 +0000 (21:22 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 19 Dec 2002 21:22:23 +0000 (21:22 +0000)
commit1e75a413b3d6f50429c7a24f651a481066df2d18
tree2b628e66d569082792d74193d75efe8bda765330
parentbcac503a2e32fa3717c94bf70f5602bb150bcd8d
  Teach win32 about magic_cleanups to toggle the INHERIT bit for handles.

  This can only work for NT, since 9x cannot alter a handle's INHERIT bit
  without a DuplicateHandle() and then closing the original handle, which
  just doesn't fit into this API very well.

  {Actually, could be done with a bit of convolutions for FILE and fd,
  but this won't work by the ap_note_cleanups_for_h() api.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98045 13f79535-47bb-0310-9956-ffa450edef68
src/main/alloc.c