This test case test ROS' ability to duplicate a process handle, give the
authorArt Yerkes <art.yerkes@gmail.com>
Fri, 31 Oct 2003 21:41:32 +0000 (21:41 +0000)
committerArt Yerkes <art.yerkes@gmail.com>
Fri, 31 Oct 2003 21:41:32 +0000 (21:41 +0000)
commit0f8d274449288105fcb58e66be93c91397d547a9
tree7433a3a6c93b4c7e205dbed5446fe09a62adaa6d
parentcef6a8899cfa403e515b02ef79c72e27788dad93
This test case test ROS' ability to duplicate a process handle, give the
handle to the child process, then have the child process give back its
own handle.  This is used by cygwin during fork and vfork.

svn path=/trunk/; revision=6484
reactos/apps/tests/p_dup_handle/makefile [new file with mode: 0644]
reactos/apps/tests/p_dup_handle/p_dup_handle.c [new file with mode: 0644]