be1d533999
a new test for POSIX semaphores was added, and examples of harness usage are included.
14 lines
257 B
C
14 lines
257 B
C
/****************************************************************************
|
|
*
|
|
* Back end C programs can be anything compilable.
|
|
*
|
|
* $FreeBSD$
|
|
*
|
|
****************************************************************************/
|
|
|
|
int
|
|
main()
|
|
{
|
|
return 0;
|
|
}
|