


     dlclose(DYNL.os/libRelease	5.1.1 (UniSoft Ldlclose(DYNL.os/libdl)



     NAME
	  DYNL.os/libdl/dlclose	- Close	a dlopen() object

     DESCRIPTION
	  Dlclose tests	the dlclose(), subroutine interface for
	  compliance to	the System Interfaces and Headers, Issue 5
	  Volume 1 Page: dlclose()

     TESTS
     Compliance
	  1    When handle refers to a dlopen()	object,	then a call to
	       dlclose() returns zero.

	  2    When handle refers to a shared object which references
	       a shared	object which is	referenced by another shared
	       object handle, then a call to dlclose() does not	close
	       the referenced shared object and	returns	zero.

     Untestable	Aspects
	  1    When handle does	not refer to a dlopen()	object handle,
	       then a call to dlclose()	returns	non-zero and a
	       subsequent call to dlerror() returns a string detailing
	       the error.

     OUTPUTS
     Tests:
	  1    Pass/Fail indication - failure information includes the
	       expected	and detected return value.

	  2    Pass/Fail indication only.

     RELEASE
	  5.1.1	(04/07/97)






















     Page 1					    (printed 2/21/103)



