]> granicus.if.org Git - apache/commit
Update Windows ap_filedup() call to recognise when it is asked to dup2
authorBill Stoddard <stoddard@apache.org>
Thu, 17 Feb 2000 19:03:52 +0000 (19:03 +0000)
committerBill Stoddard <stoddard@apache.org>
Thu, 17 Feb 2000 19:03:52 +0000 (19:03 +0000)
commit7e977c5c9ec41c4e7bbc4059d5a7eb8a0ef482bf
tree518c3f67e0b8b78249bc37dd2825ba24997b324b
parentb806bc49491c8532b7128267954ced518e0d59cd
Update Windows ap_filedup() call to recognise when it is asked to dup2
a standard i/o handle. Return error if the dup2 handle is not one of the
standard i/o handles (because Windows does not support a dup2 style function
to operate on native file handles)

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