mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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;
|
|
}
|